ASP Programming Question:
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.
Previous Question | Next Question |
Which is the default Scripting Language of ASP (server-side)? | What is a variable in ASP? |