xHarbour Reference Documentation > Function Reference |
Converts "No" in a national language to a logical value.
IsNegative( <cChar> ) --> lIsNo
The function returns .T. (true) if <cChar> is the first letter of the word "No" in the currently selected national language (see HB_LangSelect()). Otherwise, .F. (false) is returned.
Note: the letter "N" means "No" in many languages. "Yes" begins with different characters in many languages (see IsAffirm()).
See also: | HB_LangSelect(), IsAffirm() |
Category: | Language specific , xHarbour extensions |
Source: | rtl\natmsg.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com