Which is the default Data types in VBScript?

Answers were Sorted based on User's Feedback



Which is the default Data types in VBScript?..

Answer / guest

Variant is the default data type in VBScript, which can
store a value of any type

Is This Answer Correct ?    3 Yes 1 No

Which is the default Data types in VBScript?..

Answer / monal

The data type Variant no longer exists. It has been
replaced with the type Object. Object types must be
explicitly cast to other primitive data types.

Is This Answer Correct ?    2 Yes 0 No

Which is the default Data types in VBScript?..

Answer / narayana

"Varient" is the default data type in vb script.

Is This Answer Correct ?    0 Yes 0 No

Which is the default Data types in VBScript?..

Answer / psri

variant data type

Is This Answer Correct ?    0 Yes 0 No

Which is the default Data types in VBScript?..

Answer / shaik mohinuddin

Only one data type variant data type

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VB Script Interview Questions

What is the main difference between function and sub-procedure?

0 Answers  


How to check the particular window is exist or not with out using check points

2 Answers  


What is the difference between a dictionary and an array?

0 Answers  


What is difference between vbscript and vba?

0 Answers  


how to retrive the tooltip by using descriptive programming in qtp?

3 Answers   iGate,






what does create object actually do when you call it in vbscript?

1 Answers   Cap Gemini,


Explain sga memory structures?

0 Answers  


write a function to read the items from combobox of Flight reservation & save in excel (QTP)??

0 Answers  


What is the use of the instr function?

0 Answers  


write a vbscript for traffic signal

1 Answers  


write a vb script to calculate factorial of a number?

5 Answers  


what is the function to display current date?

4 Answers  


Categories