MoneyWorks Manual
CreateTable ([numberOfColumns])
Result Type: Table
Definition: Creates a table for using with TableAccumulate and TableAccumulateColumn. If numberOfColumns is specified, the table will have that number of columns (required if using TableAccumulateColumn). Otherwise the table will have the number of columns specified in the first TableAccumulate call.
Example:
CreateTable()
Creates and returns a table.
CreateTable(6)
Creates and returns a table with 6 columns (excluding the key).
See Also:
Sort: Sort a delimited tabular string
TableAccumulate: Accumulate numeric column data for a key
TableAccumulateColumn: Accumulate data in one column for a key
TableFind: Look up a key in the table
TableGet: Extract data for a key or index found with TableFind
Transpose: Transpose a tabular delimited string