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