If you have VB6, then you can use the StrReverse function like this:

Code:
Private Sub Command1_Click()
     Text1.Text = StrReverse(Text1.Text)
End Sub
Remember, that only works with VB6.

------------------
Tom Young, 14 Year Old
[email protected]
ICQ: 15743470 Add Me ICQ Me
AIM: TomY10
PERL, JavaScript and VB Programmer