|
-
Jun 27th, 2001, 11:05 AM
#2
Frenzied Member
for x = len(yourWord) to 0
msgbox mid(yourWord,x,1)
next x
i'm not sure, but it will problably work,
it's been long since i did some vb!!
with what reeset just say,
if my code does not work, this will
for x = 0 to len(yourWord)
msgbox mid(strReverse(yourWord),x,1)
next x
Last edited by sebs; Jun 27th, 2001 at 11:30 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|