AnsiString (same thing as String) is a Borland object and I would like to know how many characters it can handle. My own gues is a bit more then 65000 since thats how much int can store.
Printable View
AnsiString (same thing as String) is a Borland object and I would like to know how many characters it can handle. My own gues is a bit more then 65000 since thats how much int can store.
Have you tried Borland.com?
I gues I might cooooooooooould...
Zahl,
It's dependent on the size of 'int' on your particular system. On a 32-bit Windows system, that amounts to approximately 4.3 billion bytes.
My source suggests this may be restricted due to memory contraints, however. Go figure.
Fordy, if I just stepped on myself, my apologies. :)
-Skipper