Not()
Previous  Next

Description: Returns the bitwise inverse of the expression.

     Syntax:
     
Not(<Expression>)


Part
Description
<Expression>
Required. The numeric expression to perform the bitwise function on.

Example:

        a = 1
        Print Not(a)