NWCharVal
Returns the integer value of a character or a character in a string
#include <time.h> or #define NWL_EXCLUDE_TIME
#include <stdio.h> or #define NWL_EXCLUDE_FILE
#include <nwlocale.h>
nint N_API NWCharVal (
const nstr N_FAR *string);
uses netwin32
Function NWCharVal
(str : pnstr
) : nint;
Returns the integer value of character pointed to by the string parameter.
NWCharVal is useful when comparing the values of two characters. Double-byte characters are handled correctly.