File size: 308 Bytes
a2a15a2 |
1 2 3 4 5 6 7 8 9 10 11 12 |
Strings can be constants
Strings can be constants
String variables
... without DIM - 32 chars max
Length of this string 30
... dimensioning to any length, the memory is the limit
Length of this string 55
Strings are different
Strings are equal
String is not empty
... because empty strings evaluate to false
|