User Tools

Site Tools


syntax:functions:false

False()

Category: Logical function


Description

This function creates a Boolean value equal to FALSE.


Use cases

Use this function to set, or test for, a Boolean FALSE value.


Arguments

This function does not take any arguments.

Return value type: Boolean (FALSE)


Remarks

A Boolean FALSE value is not the same as a text 'FALSE' value. Refer to the Type system link in the "See also" section for more information.


Examples

Using False() within an If function:

if([ThisValue]=[ThatValue],TRUE(), FALSE()) //Returns Boolean FALSE if the two values are not equal.


See also

syntax/functions/false.txt · Last modified: 2021/08/16 02:33 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki