2
0

func_string_lset.rst 276 B

123456789101112131415161718192021222324252627282930313233
  1. .. _func_string_lset:
  2. ====
  3. LSet
  4. ====
  5. LSet -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. LSet$( str$,n )
  10. Left justify string
  11. Parameters
  12. ==========
  13. Return Values
  14. =============
  15. A string of length @n, padded with spaces
  16. Examples
  17. ========
  18. See Also
  19. ========