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