Sorry to intrude with a new subject.
My understanding of "any"--as in "put any line of field 1 into
somevariable"--is that it could lead to an item being randomly selected
(from a list) more than once. Thus, if I used "put any" to reshuffle "1 6 24
32 43", one possible although unwanted result might be "6 1 6 32 6".
How would I script a random function so as to prevent the same item being
picked more than once? My solutions haven't been too pretty, and so I'm
fishing here for something more elegant.
Perhaps my understanding of "any" is incorrect?
Cheers,
Nicolas R Cueto