Hi All, 
I am using the following code to generate a field of 6 random numbers.

repeat 5 times --generate list of 5 random numbers between 1-10
put random(10) & "," after tRnum 
end repeat
delete last char of tRnum --delete last comma
put tRnum into fld "numbers"

this works fine but some numbers are repeated in the field, e.g (1,2,3,1,5)
How can I include only unique numbers?

Cheers......Dwayne

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to