| Did you know ... | Search Documentation: |
| table<-column |
|name,
create=[bool] -> table_columnNormally used to specify the column attributes:
..., get(Table, column, 1, @on, Col), send(Col, halign, center), ...
Access to the table_column
object is can also used with
table->delete
to delete a column from the table.
See also table<-row, table_slice->name.