InterviewSolution
Saved Bookmarks
| 1. |
Which Is The Default Data Types In Vbscript? |
|
Answer» VARIANT is the default DATA TYPE in VBScript, which can store a VALUE of any type. Variant is the default data type in VBScript, which can store a value of any type. |
|