[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    Byte2Bin()

         Converts a byte into binary string

    Syntax:

         Byte2Bin ( cByte ) -> cBinary

         cByte : Byte to convert.

    Description:

         Converts a byte into binary string.

    Return:

         Binary number or Nil if cByte is not a character.

    Example:

         ? Byte2Hex ( "O" )             // "01001111"

See Also: Byte2Hex()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson