reversing whats in a text box

reloader
06-08-2003, 07:45 AM
ive tried to reverse text that is written in a text box buy have no luck
ok
hrm ive got 2 text box text1 and text2
i want it to reverse what i type in text1 into text2
so if i type "abc" in text 1 then
text2 display "cba"
if u can help thx very much

Iceplug
06-08-2003, 07:50 AM
Use StrReverse.
Text2.Text = StrReverse(Text1.Text)

reloader
06-08-2003, 08:15 AM
thx Iceplug
u saved my life

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum