[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
ByteNot()
Makes a Not of the byte bit to bit
Syntax:
ByteNot ( cByte ) -> cnewbyte
cByte : Byte to do the Not.
Description:
Makes a Not of the specified byte and returns the new byte with
the result.
Return:
The result byte of the Not or Nil if any of the entry bytes is
not of the type character
Example:
? ByteNot ( "O" )
See Also:
ByteAnd()
ByteOr()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson