Dim myStr, sLen myStr=InputBox("Enter your string") sLen = Len(myStr) for i=1 to sLen strRev = mid(myStr,i,1)& strRev Next Msg...
Read More
Home / VBScript to reverse a String without using strreverse
Showing posts with label VBScript to reverse a String without using strreverse. Show all posts
Showing posts with label VBScript to reverse a String without using strreverse. Show all posts
Subscribe to:
Posts
(
Atom
)