Answer Posted / saimahesh babu
variable declaration:dim a
function declaration:
function nameoffuntion(var)
msgbox var
end funtion
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the support of asp for vb script functionality?
Out of the different type of operators, which are evaluated first and last in the vbscript language?
Please let me Know regarding any material regarding VB Scripting which should be easily understandable for Beginners.
How will you get a random number between 0 and 1 in vbscript?
Explain the adodb.stream class?
Hi anyone Can Send Solution to the Question wt m posting now Prepare Script for the Bellow Scenario? Login to Gmail Page Open Inbox check Mails save them in a Folder
Write a test case using Test if the images,a particular test exists,check if the page links match,page response is within a certain range,parameterization of the test,the test should comprise of actions,the test should use a custom function,the test should use global repository
What is the difference between for loop and while loop?
How to find the font in qtp. Scenario:After entering the username and passwd you will be navigate into the "welcome:Username" page.Now I want to extarct font for this message.
Which function is used to perform string comparison?
What are the disadvantages of vbscript?
Can anyone send me a vb script function for verifying the functionality of active links on a web page
What is the use of option explicit statement?
I have an excel sheet with multiple ID's in a column. Now i need fetch those ID's in an application and check whether if it already exist in the DB. If not then i have to go with the process of inserting them in the DB. If it exists then i need to skip that ID and move to the next ID and check the same and proceed. How can i do that with for loop and if condition?
Which operator can be used to check if two numbers are equal or not in vbscript?