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