Initial Release 4.0

Function : Character Manipulation
NLS_isarith - Tests if a character is an arithmetic operator (+, -, =, etc.).
----------------------------------------------------------------------------------------------------------

#include <nls.h>

NLS_STATUS LNPUBLIC NLS_isarith(
const BYTE far *pCharacter,
NLS_PINFO pInfo);

Description :

This function will return NLS_SUCCESS if the character is considered an arithmetic operator, or an error code if not. Note that period (.) and comma (,) are considered arithmetic operators, since these characters are used within numbers as the thousands separator and the decimal separator.

Parameters :

See Also :

NLS_INFO
----------------------------------------------------------------------------------------------------------