True (or Yes or On)

Syntax

True
Yes
On

Description

Used in logical tests. Has a value of one.

Examples

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

See Also

False