[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FN_NOT()
 Perform a bitwise NOT on an integer
------------------------------------------------------------------------------
 Syntax
 
    fn_not( <nInt> | <cInt> ) -> nResult
 
 Arguments

  <nInt> may either be a numeric integer, or a 16-bit character string
  that is the binary representation of a numeric integer.

 Returns

  <nResult>, a numeric

 Description

  The value returned is obtained by performing a bitwise NOT with
  <nInt> as the operand. If any parameters are invalid, the function
  will return zero.

 Examples

  nX := 0
  nNum := fn_not( nX )
  ? nNum      // -32768


 Source: N:\SRC\MISC\FNNOT.ASM

 Author: Ted Means

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson