Columns()

From TinyMUX
Revision as of 20:17, 25 November 2010 by Ihavenomouth (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


columns(<list>, <width>[, <delim>[, <indent>]])

Formats a delimited <list> into fixed-width columns. Any element longer than <width> is truncated. <indent> specifies a left margin.

This function fits the margin and as many columns as possible into a 78-wide screen.

The input delimiter, <delim>, defaults to a space.

The left margin width, <indent>, defaults to zero.

Related Topics

table()