qtp script to display string vertically-vb script to display string vertically-QTP Scripts-VB Scripts and QTP-QTP Examples-QTP


qtp script to display string vertically
 

a = "Lakshmi"

x=len(a)

For i = 1 to x

b = b & vbnewline & Mid(a,i,1)

Next

Msgbox b

No comments:

Related Posts Plugin for WordPress, Blogger...

Fun and Knowledge