IB Statements/not

From CometWiki

Jump to: navigation, search

NOT function

Discussion: The NOT function flips the bits in a numeric expression.

Syntax: NOT(numeric-expression )

Example: B = NOT(A)

If A = 01010101 (binary), then B = 10101010 (binary).

Personal tools