This is an old revision of the document!
PHP's gd library is missing or unable to create PNG images
Bool Type
A boolean denotes two possible values: True (meaning yes) and False (meaning no).
Automatic Conversions
- Can be converted from: Double Type, Int Type, Non Negative Int Type and Positive Int Type. Non-zero values are converted to True and zero values are converted to False.
- Can be converted to: Double Type, Int Type, Non Negative Int Type, Positive Int Type and Null Value Type. True is converted to one and False to zero.
GUI Editor

Graphical representation of the boolean editor
The boolean editor uses a switch marking “Yes” to represent the true value and “No” to represent the value false value.
EGO Script
Boolean values can be denoted using several diferente representations:
Value | Representation |
---|---|
True | .yes .true |
False | .no .false |
By default, Dinamica EGO writes boolean values using the .yes
/.no
representation.