NWLmbslen
Returns the number of characters (not bytes) in a specified string
#include <nwlocale.h>
N_EXTERN_LIBRARY (size_t) NWLmbslen (
const nuint8 *string);
uses netwin32
Function NWLmbslen
(string : const
) : size_t;
Returns the number of characters in the string.
The string may consist of both single- and double-byte characters.