[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
XPhexLong()
Convert a Numeric into a Hex-Long
------------------------------------------------------------------------------
Function: XPhexLong()
Syntax: XPhexLong(n) --> cHexLong
Arguments: any Long number.
Returns: a 8 character string representing that number in Hex.
Usage: XPhexLong(0) --> "00000000"
XPhexLong(26) --> "0000001A"
XPhexLong(255) --> "000000FF"
Note: Use XPhexWord() or Insert a ":" if you want to get the
IBM PC type adress notation (hhhh:hhhh).
See Also:
XPhexWord()
XPhexByte()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson