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...

How many data types are supported in Vbscript?

Answer Posted / abbas khan

There is only one Data Type in vbScript , which is able to
store any kind values such as integer, string, double, date
etc. (We term it as Varient).

To know what kind of value a variable contains,
use "TypeName" keyword.

Example :

Var1 = "abcde"
Msgbox TypeName(Var1) 'OutPut will be string

Var2 = "1234"
Msgbox TypeName(Var2) 'OutPut will be integer

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Mention what is the difference between vbscript and vba?

1114


What is the use of option explicit statement?

1027


What are subprocedures in vbscript?

1142


how to check whether link is disabled in QTP??

6159


how to write a vb script in QTP for yahoo registration form, i want to check the performance also like performance test, stress, load test like that.

5262


What is the use of the formatdatetime function in the vbscript language?

1068


How can you create an object in vbscript?

1126


How to open excel in vb script?

1070


Differentiate javascript and vbscript?

1084


hi all, i had a question, that how to find out hiding a coloumn in a table i had a table having the following column names NAME DESCRIPTION CREATED TIME CREATED USER if i right clicked on a NAME column it will displays a menu having the same column names in a list like NAME DESCRIPTION CREATED TIME CREATED USER with check boxes.if i unched any check box, that column name should not be appear in the main table column names could anyone please solve this problem?

2028


Could Anybody Please tell me What is the script for Find 3rd Largest element in the Array without using a SORT function int Find(int arr[], int size); Thanks in Advance..

2501


How to create a cookie using vbscript?

1262


Compare java script and vb script?

1135


What is Procedure or Subroutine in VB Script?

1196


Why is error handling required?

1072