Icon BooleanToAnsiStr Method

function BooleanToAnsiStr(Value: Boolean): String

Usage

Use the BooleanToAnsiStr method to convert a Boolean value to an ANSI-formatted boolean value string. All SQL and filter expressions in DBISAM require ANSI-formatted boolean values, which are TRUE and FALSE (case-insensitive).
Image