Typecast BOOL(expression) |
|
|
The BOOL typecast operator is used to convert an expression to a BOOL type. Only if the expression is equal to 0 will the result be FALSE. Otherwise it will be TRUE.
Example: INCLUDE rtcu.inc |