Which is the default Data types in VBScript?
Answers were Sorted based on User's Feedback
Answer / mano
There r no Data types in VB script except Variant
| Is This Answer Correct ? | 17 Yes | 3 No |
Answer / rajani
All variables are of type Variant, that can store different
types of data
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / dyj
VB script has only one data type is called a Variant.
| Is This Answer Correct ? | 10 Yes | 2 No |
Answer / bharat
vb script has default database is variant i.s DIM
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / saleh
There is no default data type in VBScript. It will take any
type whatever data type you assign to it.
| Is This Answer Correct ? | 7 Yes | 3 No |
Mention how to create a cookie using vbscript?
Mention what is the difference between vbscript and vba?
How to declare an array in vbscript?
Hai this is sheik, i want to learn VB scripts for web application pls guide me what are all basic things need to know to learn VB scripts in web application.
How many types of procedures are available in the vbscript language?
How will you release the memory acquired by an array variable in vbscript?
Which command is used for writing text on a page?
How to throw an error in vbscript?
Is vbscript language a case-sensitive language and what does it mean?
how to add the shared repository file to the script file while running the script manuall
why variable name should not exceed 255 characters?
How will you check that a variable is an array in vbscript?