Next Previous Up Top Contents Index

8.11 DUIM-Gadgets Module

add-column

Generic function

Summary

Adds a column to the specified table.

Signature

add-column table heading generator index => ()

Arguments

table
An instance of type <table-control>.

heading
An instance of type type-union(<string>, <label>).

generator
An instance of type <function>.

index
An instance of type <integer>.

Values

None

Library

duim-gadgets

Module

duim-gadgets

Description

Adds a column table, with a table heading given by heading. The contents of the column are generated by calling the generator function on the item for each row of table. The index specifies where in the column order the new column should be added.

See also

remove-column, page 635


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index