Programming Reference / Logic / NOT



A can be a Value or a Variable

This instruction returns the opposite Boolean state of the Boolean state of the operand A. If the result of A is Boolean TRUE or a non-zero value, the result of the NOT function will be FALSE. If the result of A is Boolean FALSE or zero, the result of the NOT function will be TRUE.