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

* ** *** Please write a code to get output like above diagram? ple explain as it how the code works?

2 Answers  


What is sql loader? Explain the files used by sql loader to load file?

0 Answers  


We have 1 web page with names column. I am giving the Service Providers1,2,3.... @ that time dynamically some no of names are displaying in the webpage and The Pop up windows are opening(No.of Pop Up windows=No.of Names). The names may be diffar for each and every Service Provders (Dynamically) How can we handle the Dynamic values?

0 Answers  


write a program to display the system specifications of client system with the help of vbScript.

0 Answers  


Explain the constants in vbscript?

0 Answers  


Mention what is the main difference between function and sub-procedure?

0 Answers  


How will you reverse a string in vbscript?

0 Answers  


How regexp.execute method works?

0 Answers  


How to replace junk code recorded by QTP with a mall function.

0 Answers  


How will you trim the spaces on the left of a string using vbscript?

1 Answers  


I have attended Anovatek Software QTP interview. They will give us computer and one web based application with QTP. We have to automate some records (already updated records or new records) using QTP Data driven testing. But we should use for loop? Can any one know how to do data driven testing using For loop?

0 Answers  


How can you create an object in vbscript?

0 Answers  


Categories