Visible to Intel only — GUID: GUID-0C544B23-BF83-40F1-A7D5-84190F85345A
Visible to Intel only — GUID: GUID-0C544B23-BF83-40F1-A7D5-84190F85345A
MBCharLen
NLS Function: Returns the length, in bytes, of the first character in a multibyte-character string. This routine is only available for Windows.
Module
USE IFNLS
result = MBCharLen (string)
string |
(Input) Character*(*). Is a string containing the character whose length is to be determined. It can contain multibyte characters. |
Results
The result type is INTEGER(4). The result is the number of bytes in the first character contained in string. The function returns 0 if string has no characters (is length 0).
MBCharLen does not test for multibyte character validity.