xHarbour Reference Documentation > Function Reference |
Converts a logical value to a numeric value.
LtoN( [<lLogic>] ) --> nLogic
The function returns One for .T. (true) and Zero for .F. (false).
See also: | CtoN() |
Category: | CT:NumBits , Numbers and Bits |
Source: | ct\lton.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com