What is the purpose of the err object in the vbscript language?
Answer / Digvijay Pratap Singh
The Err object in VBScript represents an error that has occurred during runtime. It contains properties like Number (error code), Description (error message), Source (object that generated the error), and more, which can help you understand and troubleshoot errors better.
| Is This Answer Correct ? | 0 Yes | 0 No |
input values to accept 2 numbers & print the product, difference and sum using switch case
Can automation testing find ssame no. of bugs what we can find by manual testing?
HI how can handle dynamic image through vb script example we have to create email id fill the edit box(these latters change wrong password) i am wating your answer
hi all, i had a question, that how to find out hiding a coloumn in a table i had a table having the following column names NAME DESCRIPTION CREATED TIME CREATED USER if i right clicked on a NAME column it will displays a menu having the same column names in a list like NAME DESCRIPTION CREATED TIME CREATED USER with check boxes.if i unched any check box, that column name should not be appear in the main table column names could anyone please solve this problem?
The function template cocept is implemented in vb.net is ???
What are class properties?
How can you have different number of cells for each row of a table in HTML?
What is the use of the date function in the vbscript language?
int a=4857 i need output as 7584.without using any inbuild function?
Explain few date functions in vbscript?
If else for do while select in vb script?
Hi, Anybody could tell me What is the script for Reverse of Given number. Ex:236--632. Thanks in Advance..