+1 888 340 6572

False

From MultiCharts
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

A logical (Boolean) value. Logical values are used in logical (Boolean) expressions and for true/false inputs.

Usage

False

Notes

  • Also see True for the logical true Boolean value.
  • See And and Or for combining true/false expressions in one statement.

Examples

False And True

Will return a value of False.

2 = 1

Will return a value of False.

Declare LogicalVar as a true/false variable with the initial value of false:

Variable: LogicalVar(False);

Declare Overnight as a true/false input with the default value of false:

Input: Overnight(False);