False (or No or Off)

Syntax

False
No
Off

Description

Used in logical tests. Has a value of zero.

Examples

If( PrevTSValue(Demand Sites\South City:Unmet Demand) > 10000, True, False)
If( \Key\OperateResevoirs = No, 0, 1000)
If( \Key\RegulationsActive = Off, 0, 25)

See Also

True