Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 457 Bytes

s4g656.md

File metadata and controls

12 lines (8 loc) · 457 Bytes

ISLEADBYTE()

This function (added in version 3.0b) lets you determine whether a string is double-byte or single-byte. It tells you whether the first byte in the string is a "lead byte" (the first half of a double-byte character). We've confirmed that it returns .F. for single-byte characters, but can't test the other case.

Usage

lDoubleByte = ISLEADBYTE( cString )

See Also

Double-Byte Character Sets