False Variable

A constant used for setting and testing of Bool expressions.

Value

0

Type

Bool Public Const

Comments

Use the False constant to test a value of a Bool expression. By default, all Bool variables in ATEasy are initialized to False.

Example

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

See Also

Bool, True