ciò che scrive vonkranz è falso. le stringhe a lunghezza variabile raggiungono al massimo 64KB, quelle a lunghezza fissa servono a evitare sprechi di memoria. kranz, ragiona: 2 GB e passa di variabile?... :quote: :quote: :quote:
http://msdn.microsoft.com
String data type
A fundamental data type that holds character information. A String variable can contain approximately 65,535 bytes (64K), is either fixed-length or variable-length, and contains one character per byte. Fixed-length strings are declared to be a specific length. Variable-length strings can be any length up to 64K, less a small amount of storage overhead.
The type-declaration character for the String data type is $.
String data type
A fundamental data type that holds character information. A String variable can contain approximately 65,535 bytes (64K), is either fixed-length or variable-length, and contains one character per byte. Fixed-length strings are declared to be a specific length. Variable-length strings can be any length up to 64K, less a small amount of storage overhead.
The type-declaration character for the String data type is $.


