xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

LtoC()

Converts a logical value to a character.

Syntax

LtoN( [<lLogic>] ) --> nChar

Arguments

<lValue>
This is a logical value. It defaults to .F. (false).

Return

The function returns "T" for .T. (true) and "F" for .F. (false).

Info

See also:LtoN()
Category: CT:Miscellaneous , Miscellaneous functions
Source:ct\ctmisc.prg
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe