Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
918Which date function is used in the vbscript language to find the difference between the 2 dates?
1021Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
920
How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...
By default in vbscript the arguments passed to functions and subroutines are by reference or by value?
Mention when to use function procedures and what are its characteristics?
What are the special sub-types in vbscript?
what is the use of QCUtil? explain with one example?
Which operator is used to concatenate the 2 values in the vbscript language?
Write a code to print numbers from 5 to 0?
What is the difference between function and procedure?
How to get the length of the string by making use of the string function?
What are the properties of regexp object?
How can the spaces from the string be removed?
What aspects of vbscript make it safe so that a web page using vbscript cannot destroy or corrupt information on a user's computer?
What is the use of option explicit in vbscript?
Explain some uses of vb script?
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?