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