IB Statements/not

From CometWiki

< IB Statements
Revision as of 09:25, 22 May 2009 by Badge (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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