FutureProg functions

bwtexttable

Text · computer function, computer program, standard futureprog

Text bwtexttable(Text Collection headers, Text Collection values, Number width)
Contexts: computer function, computer program, standard futureprog
This function displays a plain 'text table', essentially an ASCII representation of a table. The number of columns in the header MUST match the number of columns in each row.
headers: A collection of text values to use as the headers of the table
values: A collection of text values, each of which is a row, with columns separated by the tab (\t) character
width: The width of the table

Text bwtexttable(Text headers, Text Collection values, Number width)
Contexts: computer function, computer program, standard futureprog
This function displays a plain 'text table', essentially an ASCII representation of a table. The number of columns in the header MUST match the number of columns in each row.
headers: Text with values separated by tab characters (\t) to use as the headers of the table
values: A collection of text values, each of which is a row, with columns separated by the tab (\t) character
width: The width of the table

← Back to FutureProg functions