PreviousNextIndex

IS-LEAD-BYTE function

Returns TRUE if the first character of the string is the lead-byte of a multi-byte character. Returns FALSE if it is not.

Syntax

IS-LEAD-BYTE ( string ) 

string
Example

In this example, IS-LEAD-BYTE returns TRUE because the first byte of the first character is the lead-byte of a double-byte character. The output is “Lead: yes”:

See also

OVERLAY statement, SUBSTRING statement


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex