Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 369 Bytes

File metadata and controls

12 lines (8 loc) · 369 Bytes

LENC()

Added in VFP 3.0b, this function tells you the length of a string and whether it's single-byte, double-byte or mixed. It's the double-byte equivalent of LEN(). We haven't tested in a double-byte situation.

Usage

nLengthInCharacters = LENC( cString )

See Also

Double-Byte Character Sets, Len()