Article # 511, added by Geoworks, historical record
| first | previous | index | next | last |

Size of string versus string length.



Q. In terms of strings, what is the difference between size and length?

A. size = # of bytes, length = # of chars
   They are the same for SBCS, but size = 2*length for DBCS.