Mhanz 0 Posted May 21, 2010 How to create program , if we input HOW ARE YOU and the output is UOY ERA WOH Share this post Link to post Share on other sites
Jos 2,214 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. Share this post Link to post Share on other sites
BigDod 518 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 Share this post Link to post Share on other sites
Mhanz 0 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 :-) Share this post Link to post Share on other sites