What is the equivalent of VBScript?s On Error In Jscript ?
Answer Posted / jim c
JScript uses the try/catch construct to trap, handle, and
throw exceptions. This is one area where JScript is superior
to VBScript.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How strcomp function works?
1) How can we use VB script in testing the application? 2) What all are the things(Software application to be installed in PC) we need to learn VBscript?
when we use filter funtiom invb script(QTP)
Hi Friends, I have an issue like the describe below: I'm using QTP and I'm testing on SharePoint. As you knoe, SharePoint has a customize function for user, so that, If I add an object Web Table at the first time, that object was recognized by "index" and "html tag", after that, if someone change the display of web part, the "Index" of my object was changed as well and QTP unable to select that Web Table. Can you guide me how to identify or anyway to keep that Web Table object as unique object? Thanks a lot.
Mention how you can call vbscript functions?
How to open excel in vb script?
What are the uses of vb script?
Which operator can be used to check if two numbers are equal or not in vbscript?
What are class variables?
How will you compare two strings in vbscript?
Explain about the support of asp for vb script functionality?
Explain How do you create a recordset object in vbscript?
what is diff between static and dynaic arrys?
Write a Program to add 2 numbers without using operators (+,-) and without using third variable. Note: Use VBScript only Hint: You can use other operators like '/' & '*'(Division & Multiplication)
What aspects of vbscript make it safe so that a web page using vbscript cannot destroy or corrupt information on a user's computer?