pls tell me which is good book or site for vbscript?
The Excellent BOOK of VB Script is Microsoft's Press BOOK
"VB SCRIPT Step By Step"
AUTHOR:-"Ed Wilson"
This book is ultimate
I mean SUPERB
| Is This Answer Correct ? | 3 Yes | 1 No |
Write a program to print all lines that contains a word either “testing” or “qtp”
How to use Text file (Notepad) as ur data source in QTP? Can u please provide some function code for it?
please can you help me to get a code of flames using a visual basic 6
What is the use of the recordset object and which statement is used to create such an object?
if there is any string in a given format like as "company name employeecode date" then we have to fetch employeecode form string for ex-string is "capgemini12345june2013" then we have to fetch 12345 by using vb script so guys how can we do that please reply it.
How can we return a value from User Defined Function ? For Eg. we have 2 functions. In Fun1 i am getting 2 values (a,b) and i am addding those 2 and storing in to another var (c). Now i want to pass that var(c) to another function (fun2). What will be the script?
Write VB script to convert from feet to inches(hint 1feet=12 inches)
what is diff b/n these 2 programs 1) for i=5 to 1 step 2 msgbox "pass" next 2_) for i=5 to 1 step -2 msgbox "pass" next
Can any 1 modify the code whr in want to add\rename a excel sheet in qtp?
How will you convert a string to upper case string using vbscript?
How will you trim the spaces on the left of a string using vbscript?
What is the main difference between function and sub-procedure?