strings/
mg_strwrap.pro
includes main-level programRoutines
top mg_strwrap
result = mg_strwrap(str [, width=long] [, indent=long] [, first_indent=long])
Wrap a string into a character width limit space.
Return value
strarr
Parameters
- str in required type=string
string to wrap
Keywords
- width in optional type=long default=mg_termcolumns()
width to wrap string into
- indent in optional type=long default=0L
indent for each line
- first_indent in optional type=long default=INDENT
indent for the first line
File attributes
Modification date: | Wed May 14 15:07:14 2014 |
Lines: | 46 |
Docformat: | rst rst |
Contact me if you have enhancement requests or bug fixes.