Click to See Complete Forum and Search --> : variable capacity


joyceqian
09-09-2008, 03:28 AM
i have this variable that i use to store a string

eg
a = "hello world"

what is the capacity of 'a'? i know if the string is too long, an error comes out. i wanna know its limits.

Terrorke
09-09-2008, 06:45 AM
This will be around 2 billion characters in vbscript :)