What is Procedure or Subroutine in VB Script?
Answer / Naveen Shukla
A procedure (also known as a subroutine) in VBScript is a named sequence of statements that perform a specific task. Procedures can accept parameters, return values, and can be called from multiple places within the script.
| Is This Answer Correct ? | 0 Yes | 0 No |
Create a file system object to do the following i. Create a folder ii. Create a text file in the folder iii. Update text file with some tex
What is the use of the recordset object and which statement is used to create such an object?
How to load vbs functions in qtp
what is inner join? what is outer join? what is a constraint? tell me about rdbms? tell me about acid properties?
What are lbound and ubound in the vbscript language?
Why do we use Option Explicit?
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
Develop a parameterized action that accomplishes the following a. Launch a browser of users choice ( example : IE, chrome etc) b. Open up a search engine (Google, Bing etc) c. Perform a search d. Click a particular link depending on the user’s choice ( 1st , 2nd or third link)
Here in my automation tool, i am retreiving some values and i need to store this values in the excel. How can i achieve this?. We are using VBA as scripting language. please let me know if you require any further inputs.
What is the use of the date function in the vbscript language?
what is the standards used for writing the script in QTP