True

From MultiCharts
Revision as of 12:59, 18 January 2012 by 194.84.116.138 (talk) (Created page with "A logical (Boolean) value. Logical values are used in logical (Boolean) expressions and for true/false inputs. ==== Usage ==== True ==== Example ==== [[True Or False...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Usage

True

Example

True Or False will return a value of [[True

2=2]] will return a value of True

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

Variable:LogicalVar(True);

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

Input:Overnight(True);