Guest_imported
New member
- Jan 1, 1970
- 0
Hello i have nearly finished my programe excepct that i now need 6 random numbers to be in ascending order i.e. 2,8,14,45,47,49 not 49,8,14,47,45,2 ive been trying now for a couple of hours but cannot seem to get it to work i am only very new to programming but if i use a statement like this
dim swap as integer
if label1.caption > label2.caption then
swap = label1.caption
label1.caption = label2.caption
label2.caption = swap
please can anyone please help me .
dim swap as integer
if label1.caption > label2.caption then
swap = label1.caption
label1.caption = label2.caption
label2.caption = swap
please can anyone please help me .