Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Novlib 3.30 Online Reference - <b> novstrhexget()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NovStrHexGet()
------------------------------------------------------------------------------
 Purpose:
 Convert a numeric value to a hexadecimal string.

 Syntax:
 cHexValue = NovStrHexGet( nNumber )

 Parameters:
 nNumber The number to convert.

 Returns:
 A character string.

 Description:
 NovStrHexGet() returns a character string containing the hexadecimal
 representation of nNumber.

 Returns an empty string if an error occurs.

 Example:
 // To convert the number 327687 to a hexadecimal string:

 ? "The decimal number 327687 converted to hex is "
 ?? NovStrHexGet(327687) // Returns: "00050007"

 Notes:
 This function only works with CA-Clipper.

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