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