123456789101112131415161718192021222324252627282930313233 |
- .. _func_string_longhex:
- =======
- LongHex
- =======
- LongHex -
- Description
- ===========
- .. code-block:: blitzmax
- LongHex$( val:Long )
- Convert a 64 bit long integer value to a hexadecimal string
- Parameters
- ==========
- Return Values
- =============
- The hexadecimal string representation of @val
- Examples
- ========
- See Also
- ========
|