Function LtoC() Foundation

Changes a logical value to a character.

Syntax
LtoC( [<lValue>] ;  // Default: .F.
    ) --> cCharacter
Return

Returns character "T" for .T. (true) and character "F" for .F. (false).

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.