Byte2Bin() Converts a byte to a binary string Syntax: Byte2Bin ( cByte ) -> cBinary cByte : Byte to convert. Description: Converts a byte to a binary string. Return: Binary number or Nil if cByte is not a character. Example: ? Byte2Hex ( "O" ) // "01001111"