PLease help, How can I generate a random numbers between 1 to 20
and stores it in an arrays.
The numbers should generate onces, there will be no duplicate numbers..
thanks
Printable View
PLease help, How can I generate a random numbers between 1 to 20
and stores it in an arrays.
The numbers should generate onces, there will be no duplicate numbers..
thanks
Well, what have you tried? Rnd produces a number between 0 and 1
You just multiply it to get whatever number you want.
As far as arrays, you set the number of instances and then loop.
We'll help you, but you have to help yourself.
EDIT: Didn't see this was page 2. Please start a new thread.