How to display the character one by one?

To display the string use the below code.

E.g.,

Str="INDIA"
    For i=1 to Len(Str)
       J=Mid(Str,i,1)
       Temp=Temp&J&VbCrlf
    Next

Msgbox Temp
             

Comments

Popular posts from this blog

Is QA a easy job?

Latest Version of TestComplete

Successful tester