How would i take a string of text such as "Apple" and randomly scramble it up into completely random words like "palep", "aelpp" "apelp", etc?
Thanks,
Siientx
ID:171175
![]() Oct 31 2004, 1:50 pm
|
|
![]() Oct 31 2004, 2:20 pm
|
|
You can either do it using copytext() or using a list. What I would do is create a list with each character as a list item, randomly swap the list's items, and then create a string using the list.
|