2
0

func_string_longhex.rst 340 B

123456789101112131415161718192021222324252627282930313233
  1. .. _func_string_longhex:
  2. =======
  3. LongHex
  4. =======
  5. LongHex -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. LongHex$( val:Long )
  10. Convert a 64 bit long integer value to a hexadecimal string
  11. Parameters
  12. ==========
  13. Return Values
  14. =============
  15. The hexadecimal string representation of @val
  16. Examples
  17. ========
  18. See Also
  19. ========