strings/
mg_strwrap.pro
includes main-level programtop source 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: | Tue Jan 25 09:39:25 2011 |
Lines: | 79 |
Docformat: | rst rst |