I need a bit of help choosing random numbers.
I want to be able to choose any number from 1 to 10.
Let’s say for example, 4 is chosen.
I then want to be able to choose any number from 1 to 10, aprart from 4.
Let’s say 6 is chosen.
I then want to be able to choose any number from 1 to 10, apart from 4 and 6.
And etc, until all of the numbers are chosen.
I was hoping someone could recommend the best way to code the above.
Thanks.
OM