- Home
·
- String Manipulation
·
- Takes the text from a simple text box and reverses it to display it backwards in another box. This
Takes the text from a simple text box and reverses it to display it backwards in another box. This
Takes the text from a simple text box and reverses it to display it backwards in another box. This version is better than my last version, it
Rate Takes the text from a simple text box and reverses it to display it backwards in another box. This
(1(1 Vote))
Private Sub Form_Load()
OrigTxt = InputBox("Enter the text you want reversing here...", "Text Reverser | resreveR txeT", "Insert Text Here...")
Text1.Text = StrReverse(OrigTxt)
End Sub
Takes the text from a simple text box and reverses it to display it backwards in another box. This Comments
No comments yet — be the first to post one!
Post a Comment