Mention the rules for using option explicit statement?
Answer / Sanoj Kumar
The Option Explicit statement in VBScript requires each variable and function to be explicitly declared before use. This helps prevent variable name conflicts and unintentional errors.
| Is This Answer Correct ? | 0 Yes | 0 No |
sunday is sunday monday tuesday wendesday sunday thursday friday saturday sunday sunday how to count no of sunday in the text file from vb? Answer me asap
can u test the application without add-in?
Difference between Function and Sub routine?
If a calulator having 3 buttons (of any number)in 3 of them one is not working properly due to which answer is wrong always. write a script to find out which button is not working properly ?
what is diff between static and dynaic arrys?
Explain some uses of vb script?
How to generate 3 digit random number?
find the length of the string without using length function?
compare the string without using stringcomp function?
write a vbscript for finding the sum of the numbers from 1- 50
filter the array values without using filter function?
What are events in the vbscript language?