Byte2Hex() Converts a byte into a hexadecimal string Syntax: Byte2Hex ( cByte ) -> cHexadecimal cByte : Byte to convert. Description: Converts a byte into a hexadecimal string. Return: Hexadecimal number or Nil if cByte is not a character. Example: ? Byte2Hex ( "O" ) // "4F"