VBScript to reverse a String without using strreverse 03:02:00 Add Comment Reverse String without strreverse , VBScript to reverse a String without using strreverse Edit Dim myStr, sLenmyStr=InputBox("Enter your string")sLen = Len(myStr)for i=1 to sLenstrRev = mid(myStr,i,1)& strRevNextMsgBox strRev SHARE SHARE SHARE About Admin ← Previous Story Introduction to Calabash - Android Next Story → How to Create a Word Document in QTP? RELATED POSTS
0 comments:
Post a Comment