Thursday, June 3, 2010

Write a program to reverse the words of a given string

Dim MyString, MyReturn
MyString = "VBScriptXisXfun!"
MyReturn = StrReverse(MyString)
MsgBox MyReturn

No comments: