What is the equivalent of VBScript?s On Error In Jscript ?
Answer / 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 |
Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?
By default in vbscript the arguments passed to functions and subroutines are by reference or by value?
What purpose does ‘on error resume next’ serves?
write a vb script to display calculator using case statement?
Mention what is vbscript?
What is purpose of scripting.filesystemobject class in vbscript?
how to add action through AOM in QTP
Which function is used to perform string comparison?
Which event is triggered when mouse focus comes out of an element in the vbscript language?
Explain the asc function?
what is used of Property........End Property loop ? how to write the script for it?
Write a program to print all lines that contains a word either “testing” or “qtp”