Dim a
a=LCase("QTP")
msgbox a
Output-qtp
Dim a
a=LCase("SOFTWARE TESTING")
msgbox a
Output-software testing
Showing posts with label basic scripts in qtp. Show all posts
Showing posts with label basic scripts in qtp. Show all posts
QTP Script to convert a string into lowercase-VBScript Functions-VBScript LCase Function-VBScript Commands-LCase vbscript function example-qtp scripts
Qtp script to return specific Month Name-MonthName Function example-qtp script to display specific Month Name-qtpscripts-basic scripts in qtp
Dim a
a = MonthName(5)
msgbox a
Output=May
Dim a
a = MonthName(12)
msgbox a
Output=December
Subscribe to:
Posts (Atom)