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 |