VB SCRIPT DATATYPES

VB script data types:




  1. VB script has only one datatype called a variant.
  2. A variant is a special kind of datatype that can contain different kinds of information , depending on how it's used.
  3. variant can contain either numeric or string information


variant sub type:


The different categories of informaion that can be contained in a variant are called sub type.


1.empty
2.null
3.byte
4.int
5.long
6.single
7.double
8.string
9.boolean
10.date
11.currency
12.object
13.error

Post a Comment

0 Comments