Say i have a text box with the following content:
Word
Entry
List
Sentry
Each on their own line. How can i randomize them, to appear something like this(on button click):
Entry
List
Sentry
Word
Or any random combination. Now note, i have something like 100,000 separate lines for some of the files i import. I need the to be randomized on button click. Thanks!
What im going to do is have 2 multi-line text boxes next to each other, the user can randomize each list, then a separate button will combine both lists into one file, delimited by a colon(:). Thanks a ton!