QuickTest Professional
The One you can learn
Right Click Disabled
Thursday, February 23, 2012
VBScript code in QTP to display given value in reverse
Option explicit
Dim val, res
val=inputbox("Enter any value : ")
res=strreverse(val)
msgbox("Reverse of "&val&" is : "&res)
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment