Hey,
I'm using the random function to randomize files from a listbox.
There r x files in the listbox, and i want that if the random number is 13, file 13 will open, and then the random function WONT open that 13 file ne more.
In This way when the random function randomize x files (as the max of the listbox), it will quit. (It turns out that every file got opened only 1 time)
ne way how to save the randomized numbers?
I thought about creating as much vars as the listbox.count and then save every random number to a var...
is this possible, or is there an easier way to do this?

tnx