Dim a
a=WeekDayName(1)
Msgbox a
Output-Sunday
Dim a
a=WeekDayName(5)
Msgbox a
Output-Thursday
Showing posts with label qtp blog. Show all posts
Showing posts with label qtp blog. Show all posts
qtp script to return specific weekday name-VBScript Weekdayname function-script in qtp to display specific weekday name-QTP Scripts-VBScript examples
qtp script to return specified number of characters from a string-VBScript Mid Function example-vbscript function commands-scripts in QTP-QTP Scripts
Dim a
a=Mid("qtp",2)
msgbox a
Output-tp
Dim a
a=Mid("Testing",1,4)
msgbox a
Output-Test
Dim a
a=Mid("Software Testing",10,7)
msgbox a
Output-Testing
Subscribe to:
Posts (Atom)