True
or False
(when Print is used) or #TRUE#
or #FALSE#
(when Write is used). Use the keywords True and False to assign one of the two states to Boolean variables.
When other numeric types are converted to Boolean values, 0 becomes False and all other values become True. When Boolean values are converted to other data types, False becomes 0 and True becomes 1.
The equivalent NGWS runtime data type is System.Bool.
Conversion Keyword Summary | Data Type Summary | Integer Data Type | Type Conversion Functions | Using Data Types Efficiently