Which is the default Data types in VBScript?
Answer Posted / rajani
All variables are of type Variant, that can store different
types of data
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Which date function is used in the vbscript language to find the difference between the 2 dates?
What is the difference between for loop and while loop?
Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?
What are the differences between sub procedures and function procedures?
What are the data types supported by vbscript?
What is the purpose of on error resume next statement?
Mention what if you do not specify anything when you call a procedure?
Explain about filter expression?
How to Convert Hex color code to color name in VB Script?
Mention how to access array data?
Please let me Know regarding any material regarding VB Scripting which should be easily understandable for Beginners.
How will you get the smallest subscript of an array in vbscript?
What is the use of the instr function?
Explain few date functions in vbscript?
Which object provide information about a single runtime error in a vbscript?