Converts a LIST to a string constrained by column index values.
|
|
Syntax |
LIST.cols( column_defs )
|
column_defs |
Unquoted comma separated list of column definitions. There should be one column definition
for each element in the list. The definitions may contain integer values, and one of l,r,c;
where l is left, r is right and c is center (l is default). |
|
|
|
|