Answer Posted / sonal.pagare
You can force VBScript to require all variables to be
explicitly declared by including the statement Option
Explicit at the start of every script. Any variable that is
not explicitly declared will then generate an error.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?
why variable name should not exceed 255 characters?
When to use function procedures and what are its characteristics?
what is the object hyrarchy in QTP for a web based application
Both Static and dynamic arrays are handled by VB script. Is it true?
how to comvert 120 into one hunderd twenty rupees only and vice varsa
What are the naming conventions while declaring a variable in the vbscript language?
How to access array data?
hi all, i had a question, that how to find out hiding a coloumn in a table i had a table having the following column names NAME DESCRIPTION CREATED TIME CREATED USER if i right clicked on a NAME column it will displays a menu having the same column names in a list like NAME DESCRIPTION CREATED TIME CREATED USER with check boxes.if i unched any check box, that column name should not be appear in the main table column names could anyone please solve this problem?
Mention what is vbscript procedures?
How to create a cookie using vbscript?
How you can call vbscript functions?
can anyone tell me the procedure of interview held in applabs
Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?
What is dictionary object in vbscript? Explain?