What is the use of the formatdatetime function in the vbscript language?
No Answer is Posted For this Question
Be the First to Post Answer
What purpose does ‘on error resume next’ serves?
I'm new to QTP, i facing a a problem in the script says"Object not found", "Browser("").page("").frame(Name:=fminfo).webtable(). the issue is, QTp is not able to identify the web table in run time.becuase in that fram"fminfo" there are "n"table and the table do not have the names,Html id. 1) i need to count the number webtables available on that page. 2)need to identify the webtable cell values. 3)How Loop the once i get the count and retrive the cell data of each webtable? Can anyone help on this, plz.. Thanks, Suresh
What are the different types of operators and their order of precedence?
Difference between dim,public and private variables in vb script?
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?
input values to accept 2 numbers & print the product, difference and sum using switch case
Which in-built function related to an array joins substrings into one string in the vbscript language?
Which operator can be used to check if two numbers are equal or not in vbscript?
What is the scope of a constant declared using public?
How to get the length of the string by making use of the string function?
who will create the object?
Mention the environments where vbscript could be run?