Answer Posted / harry
hi,
when you declare varible you use option Explicit as a
first line of your script .
ex
DIM name
if you do any spelling mistake like nime instead of name
then vb will take this as an new verible and endup giving
unpredictable result while runing.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
how to operate webobjects in a webpage using getobject function and then using generic methods?
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 ?
Mention what is the difference between vbscript and vba?
How will you release the memory acquired by an array variable in vbscript?
can anyone send me a vb scripts code for clicking on a link and coming back on home page again does the same for many links on a web page.
What is the purpose of on error resume next statement?
how does vb script help in web page designing? explain with example.
Write a code to print numbers from 5 to 0?
How to throw an error in vbscript?
Mention what is vbscript?
What is the difference between VBScript and JavaScript?
Differentiate javascript and vbscript?
How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...
Explain about constants in vb script?
Which date function is used in the vbscript language to find the difference between the 2 dates?