[thelist] RE:VBScript String

David at softv.net David at softv.net
Wed Mar 6 08:19:00 CST 2002


A String data type in VB can hold up to 2,147,483,647 characters, give or
take a few. However, there is no "String" datatype in VBScript (all
variables a by default of the Variant data type). A variant can contain any
data type, including a String. So, a "string" value can be pretty darned
big.
Hope that helps.

Dave




More information about the thelist mailing list