[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FN_HEX2BIN()
 Convert a hexidecimal string to to binary
------------------------------------------------------------------------------
 Syntax
 
       fn_Hex2Bin( <cHexStr> ) -> cBinStr
 
 Arguments

      <cHexStr> is a string containing hexidecimal characters.

 Returns

      A binary string representing the value passed.

 Description

      This function converts a hexidecimal value to it binary equivalent,
      and is useful for doing a direct memory translation.

 Examples

      ? fn_Hex2Bin( "DEAF" )                                            // "#."

      ? fn_Hex2Bin( "10" )                                                      // "."


 Source: N:\SRC\MISC\FNHEX.PRG

 Author: Steve Larsen

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