how to declare a variable in vbscript using vbscript
Answer Posted / anil
Dim,public and pravite
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is byref and byval parameters in vbscript?
What is the purpose of drive object of scripting.filesystemobject class in vbscript?
What are the special sub-types in vbscript?
Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
Explain the string concatenation function in vbscript?
How many types of procedures are available in the vbscript language?
What is the difference between function and procedure?
What is vbscript language used for and which earlier language is it modeled upon?
A folder is there inside no of textfiles are avilable. How do count the textfiles. Normally folder means we are using subfolder methods but textfiles is not working for subfolder methods and how do get file name also.
How to throw an error in vbscript?
Explain How do you create a recordset object in vbscript?
What is the scope of a constant declared using public?
How can you create a file object to work with the files in the vbscript language?
What is the difference between a dictionary and an array?
How to write functions and sub in vb script?