Not

From MultiCharts
Revision as of 12:49, 18 January 2012 by 194.84.116.138 (talk) (Created page with "Used in True/False statements: '''negative''' ==== Example ==== <syntaxhighlight>Condition1 = True; Condition2 = Not Condition1;</syntaxhighlight> Assigns to [[Conditio...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Used in True/False statements: negative

Example

Condition1 = True; 

Condition2 = Not Condition1;

Assigns to Condition2 value opposite to Condition1