[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  XPhexByte()
  Convert a Numeric into a Hex-Byte
------------------------------------------------------------------------------

  Function:    XPhexByte()

  Syntax:      XPhexByte(n) --> cHexByte

  Arguments:   any number between 0 and 255 inclusive.

  Returns:     a 2 character string representing that number in Hex.

  Usage:       XPhexByte(0) --> "00"
               XPhexByte(26) --> "1A"
               XPhexByte(255) --> "FF"

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