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