How to reverse the string without strrev in QTP? Get link Facebook X Pinterest Email Other Apps a =”Madhavi” For I = 1 to len(a) Revstr = Mid(a,I,1) & Revstr Next msgbox “The reversed string is:” & Revstr Output: << Previous Next >> Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment