If you have VB6, then you can use the StrReverse function like this:
Remember, that only works with VB6.Code:Private Sub Command1_Click() Text1.Text = StrReverse(Text1.Text) End Sub
------------------
Tom Young, 14 Year Old
[email protected]
ICQ: 15743470 Add Me ICQ Me
AIM: TomY10
PERL, JavaScript and VB Programmer




Reply With Quote