next up previous contents index
Next: Usage Up: Module table_module Previous: Module table_module   Contents   Index

Purpose

A Table is an extensible 2D array of integers, reals, strings and logicals. The lengths of all rows are the same and the number of rows will grow and shrink as datais appended or deleted. Extra columns can also be appended, although this is envisaged to be required less often. Any of the number of integers, number of reals, number of strings and number of logicals can be zero

Integers are referenced by table%int

Reals are referenced by table%real

Strings are referenced by table%str

Logicals are referenced by table%logical

Appending to the table is through the append interface.


gabor 2009-06-30