BOOL |
Top Previous Next |
BOOL is one of the basic data types. A BOOL can only take two values - either FALSE or TRUE. BOOL is often used as a data type for Digital I/O's because a Digital I/O can be represented by either FALSE (not active) or TRUE (active).
A BOOL data type occupies 1 byte of storage.
For assigning values to a BOOL type, please see:
or
Example: INCLUDE rtcu.inc |