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 |
How do I check that the names in a weblist are correct e.g in flight application the names of item are Denver, paris,London, etc. How do I ensure the correct item is displayed from the list after doing item count ?
how to add the shared repository file to the script file while running the script manuall
How do you declare a variable in vbscript?
where can i learn VB scripint ?
What is vbscript procedures?
1 2 2 3 3 3 4 4 4 4 5 5 5 5 5 how to find using vbscripting
Write a VB Script to count blank Lines in a notepad
Create a file system object to do the following i. Create a folder ii. Create a text file in the folder iii. Update text file with some tex
What are the different types of operators and their order of precedence?
Is vbscript language a case-sensitive language and what does it mean?
Mention what is select case statement?
int a=4857 i need output as 7584.without using any inbuild function?