Mhanz Posted May 21, 2010 Posted May 21, 2010 How to create program , if we input HOW ARE YOU and the output is UOY ERA WOH
Developers Jos Posted May 21, 2010 Developers Posted May 21, 2010 How to create program , if we input HOW ARE YOU and the output is UOY ERA WOHwhat have you tried before posting? 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.
BigDod Posted May 21, 2010 Posted May 21, 2010 #include <String.au3> $inp=InputBox("Input", "Write Something", "You are Lazy") Msgbox(0,'',_StringReverse($inp)) Exit Time you enjoyed wasting is not wasted time ......T.S. Elliot Suspense is worse than disappointment................Robert Burns God help the man who won't help himself, because no-one else will...........My Grandmother
Mhanz Posted May 22, 2010 Author Posted May 22, 2010 #include <String.au3> $inp=InputBox("Input", "Write Something", "You are Lazy") Msgbox(0,'',_StringReverse($inp)) Exit Thanks so much, love you :-)
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