[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  XPhex2Bin()
  Convert a Hex-String to a char string.
------------------------------------------------------------------------------

  Function:    XPhex2Bin()

  Syntax:      XPhex2Bin(cHex) --> cBinary

  Arguments:   <cHex> is a string with Hex Characters. Spaces between
               them are ignored.

  Returns:     A binary string.

  Usage:       XPhex2Bin("4142") --> "AB"
               XPhex2Bin("FF 00   01") --> chr(255)+chr(0)+chr(1)

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