A constant used for setting and testing of Bool expressions.
0
Bool Public Const
Use the False constant to test a value of a Bool expression. By default, all Bool variables in ATEasy are initialized to False.
The following example uses the False constant to test the value of a variable:
If bInit=FALSE
MsgBox("Initialization Failed. The Application will now exit.")
exit
endif
Bool, True