util_wrap_list

EveAndersson.com : API Browser : util_wrap_list

util_wrap_list (public)

util_wrap_list [ -eol eol ] [ -indent indent ] [ -length length ] \
    items
Defined in packages/acs-core/utilities-procs.tcl

Wraps text to a particular line length.

Switches:
-eol (defaults to " \") - the string to be used at the end of each line.
-indent (defaults to "4") - the number of spaces to use to indent all lines after the first.
-length (defaults to "70") - the maximum line length.

Parameters:
items - the list of items to be wrapped. Items are HTML-formatted. An individual item will never be wrapped onto separate lines.
[ show source ]

Show another procedure:

eve@eveandersson.com