123456789101112131415161718192021222324252627282930313233 |
- .. _func_string_hex:
- ===
- Hex
- ===
- Hex -
- Description
- ===========
- .. code-block:: blitzmax
- Hex$( val )
- Convert an integer value to a hexadecimal string
- Parameters
- ==========
- Return Values
- =============
- The hexadecimal string representation of @val
- Examples
- ========
- See Also
- ========
|