bwbwbw Posted September 26, 2006 Posted September 26, 2006 hello everyone, I'm kinda new to auto-it, but really need a program that reverses text. for example: hello turns to olleh. i would really appreciate if anyone can help me. Thanks in advance.
Developers Jos Posted September 26, 2006 Developers Posted September 26, 2006 hello everyone,I'm kinda new to auto-it, but really need a program that reverses text. for example:hello turns to olleh.i would really appreciate if anyone can help me.Thanks in advance. as in _StringReverse() ? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
bwbwbw Posted September 26, 2006 Author Posted September 26, 2006 yeah, that's easy. but what about a full text?
joedoe Posted September 26, 2006 Posted September 26, 2006 Asign the entire text to one string, spaces and all, then use StringReverse()
jvanegmond Posted September 26, 2006 Posted September 26, 2006 Apply _StringReverse to every line of the text. Split the text by StringSplit, with second parameter set to @CRLF. You can probably find examples of this. github.com/jvanegmond
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now