123456789101112131415161718192021222324252627282930313233 |
- .. _func_string_lset:
- ====
- LSet
- ====
- LSet -
- Description
- ===========
- .. code-block:: blitzmax
- LSet$( str$,n )
- Left justify string
- Parameters
- ==========
- Return Values
- =============
- A string of length @n, padded with spaces
- Examples
- ========
- See Also
- ========
|