Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Fast Library For Clipper 3.02 Reference - <b>byte2hex()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    Byte2Hex()

         Converts a byte into hexadecimal string

    Syntax:

         Byte2Hex ( cByte ) -> cHexadecimal

         cByte : Byte to convert.

    Description:

         Converts a byte into hexadecimal string.

    Return:

         Hexadecimal number or Nil if cByte is not a character.

    Example:

         ? Byte2Hex ( "O" )             // "4F"

See Also: Byte2Bin()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson