Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FreshWin (c) Fresh Technologies - <b>dec2hex() miscellaneous clipper function</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  DEC2HEX()                                   Miscellaneous Clipper Function
 Purpose..: Convert a decimal number to a hexadecimal
-------------------------------------------------------------------------------
 Syntax...: Dec2Hex( <nDecNum> ) --> cHexNum

 Arguments: <nDecNum> = Number to turn into a hexadecimal character string.

 Returns..: cHexNum

 Remark...: It turns a Clipper decimal number into a hexidecimal.

 Source...: DEC2HEX.C
-------------------------------------------------------------------------------
 Example..: ? Dec2Hex( 60 )    // prints 3C

See Also: Hex2Dec()

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