Random number
Posted: Wed Aug 22, 2012 8:35 pm
Hello I have a listbox full of numbers 1 through to 100 and I need to pick a number at random from there how would I do this and
then apply it to be the text of a button or label :P
I did try
then apply it to be the text of a button or label :P
I did try
Code: Select all
But it did not work :(Dim ram as random
label2.text = ram(1,listbox.items)