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

Explain about scrrun.dll in vbscript?

0 Answers  


Explain about adodb.stream class?

0 Answers  


Is it possible to pass optional argument to function in vb script?

2 Answers  


write a vbscript for traffic signal

1 Answers  


Which operator can be used to do an xor operation in vbscript?

0 Answers  






Which constant is used for print and display functions and works as same as pressing enter key?

0 Answers  


Can anyone help me in write coding to get this pattern * ** *** ****

3 Answers  


how to automatically update the sql server2005 database records when insert in vb6?

0 Answers  


Difference between Do while loop and while wend loop

1 Answers  


How to Pass Multiple values in functions by using vb script? Function value(arg1,arg2) N1=arg1+arg2 N2=arg1-agr2 N3=arg1*agr2 N4=arg1/arg2 Value= How to pass ? End Function

3 Answers   iGate,


Write a program to resize an array of 5 elements to 4 elements and display all the elements.

1 Answers  


Difference between dim,public and private variables in vb script?

0 Answers  


Categories