Boolean intrinsic functions
Ancestors - None
Container for all Boolean string intrinsic functions
Name | Description |
---|---|
And | And 2 Boolean variables
Result, With |
AsNumber | Return the variable as a number
Result |
AsString | Return the variable as a string
Result, FalseCaption, TrueCaption |
AsValue | Return the variable as a value if SQLNull
Result, Default |
IsFalse | Test if the variable is false
Result |
IsNotSqlNull | Test if the variable is not SQLNull
Result |
IsNull | Test if the variable is a LANSA null
Result |
IsSqlNull | Test if the variable is SQLNull
Result |
IsTrue | Test if the variable is true
Result |
Not | Return the not of the variable
Result |
Or | Or 2 Boolean variables
Result, With |
Febuary 18 V14SP2