Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

How will you get a string with the specified character the specified number of times in vbscript?

0 Answers  


Mention what is variant in vbscript?

0 Answers  


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

0 Answers  


Mention what is select case statement?

0 Answers  


if u ve resrevation for train and u get a number supose 1234xxxokie.after sucessul entering all required fields. now u put that number in search and want to chk wether these ar same or not if both ar same then its okie otherwise test fail.what would be the vb script code for it to compare these two values of different page.

0 Answers  


How to return only alpha bate string from an string str = "bibhu@#$%&das&*)(SUndar"

4 Answers   Cap Gemini,


Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?

0 Answers  


Write a test case using Test if the images,a particular test exists,check if the page links match,page response is within a certain range,parameterization of the test,the test should comprise of actions,the test should use a custom function,the test should use global repository

0 Answers  


What is the use of option explicit in vbscript?

0 Answers  


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

1 Answers  


how do you make the variable declaration mandatory?what is the use of "option explicit"?

2 Answers  


why variable name should not exceed 255 characters?

0 Answers  


Categories