VarType Constants

Color Constants,Comparison Constants,Date and Time Constants,Date Format Constants,Locale ID (LCID) Chart,Miscellaneous Constants,MsgBox Constants,String Constants,Tristate Constants,VarType Constants,VBScript Constants Home home | Other Resources other resources | Advertise with us advertise | Link to us link to us | Contact us contact | Bookmark Us!
Google
 
Where can I find good Windows Web Hosting to host my VBScript Site?
You can find good Windows Hosting which support VBScript, ASP, ASP.Net,VisualStudio.Net and MSSQL at a very reasonable low monthly fee at EasyCGI.com and DiscountASP.Net

VarType Constants

These constants are only available when your project has an explicit reference to the appropriate type library containing these constant definitions. For VBScript, you must explicitly declare these constants in your code.

ConstantValueDescription
vbEmpty0Uninitialized (default)
vbNull1Contains no valid data
vbInteger2Integer subtype
vbLong3Long subtype
vbSingle4Single subtype
vbSingle5Double subtype
vbCurrency6Currency subtype
vbDate7Date subtype
vbString8String subtype
vbObject9Object
vbError10Error subtype
vbBoolean11Boolean subtype
vbVariant12Variant (used only for arrays of variants)
vbDataObject13Data access object
vbDecimal14Decimal subtype
vbByte17Byte subtype
vbArray8192Array

VBScriptOnline.com - Color Constants,Comparison Constants,Date and Time Constants,Date Format Constants,Locale ID (LCID) Chart,Miscellaneous Constants,MsgBox Constants,String Constants,Tristate Constants,VarType Constants,VBScript Constants