ID:168598
Sep 22 2005, 2:34 pm
|
|
I need a proc to reverse the order of a text string (such as turning "Testums" to "smutesT") and possibly another proc to just rearrange the order randomly
|
Sep 22 2005, 3:25 pm
|
|
p_utility has a procedure to reverse your text order. Download Here.
|
proc Pretty simple so I didn't comment it, if you don't understand something, please ask. |
I need a proc to reverse the order of a text string (such as turning "Testums" to "smutesT") and possibly another proc to just rearrange the order randomly proc/RevStr(txt) |
In response to Theodis
|
|
The Shuffletext wasn't quite what I wanted; I wanted more like it randomizing the whole thing instead of keeping order the same. Is there an easy way to do that?
|
In response to Cowdude
|
|
The Shuffletext wasn't quite what I wanted; I wanted more like it randomizing the whole thing instead of keeping order the same. Is there an easy way to do that? Uh? Randomizing the whole thing as in building a random string? ShuffleStr randomizes the order of the letters in the string. |
In response to Theodis
|
|
oh I see =/ just the two times I used it they were so close I didn't notice x_x (too used to seeing typoes that my eyes fix it I guess XD)
I had of course inputted "Testums" and it came out "stusmTe", which looks like it just put the "Te" on the end if you read it fast :P never mind then it'll work yays |