Mention the rules for using option explicit statement?



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

Post New Answer

More VB Script Interview Questions

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

4 Answers  


can u test the application without add-in?

1 Answers  


Difference between Function and Sub routine?

0 Answers   Polaris,


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 ?

1 Answers  


what is diff between static and dynaic arrys?

1 Answers  


Explain some uses of vb script?

1 Answers  


How to generate 3 digit random number?

3 Answers   IBM, Virtusa,


find the length of the string without using length function?

4 Answers   CSS Corp,


compare the string without using stringcomp function?

1 Answers   CSS Corp,


write a vbscript for finding the sum of the numbers from 1- 50

3 Answers  


filter the array values without using filter function?

1 Answers   CSS Corp, WQED,


What are events in the vbscript language?

1 Answers  


Categories