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 |
What is wrong with the following code: <%afname="header.asp"%><!?#include file ="<%=afname%>"?>
Explain some uses of vb script?
pls tell me which is good book or site for vbscript?
write a vb script to generate 3*3 matrix
find the length of the string without using length function?
How many types of operators are available in the vbscript language?
How will you format a number in percetage format in vbscript?
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?
Mention what is vbscript procedures?
write a vb script to generate hello 5 times using do until loop
How will you release the memory acquired by an array variable in vbscript?
How do display output message without using msgbox function?