Tables and axes > Creating tables > Creating a table
 
Creating a table
Quick reference
To create a table, type:
tab [axis1] [axis2] [axis3] [axis4] row_axis column_axis [;options]
More information
In order to create a table, Quantum needs to know which is the column axis and which is the row axis. If the table has more than two dimensions you must say which axes should be used for the extra dimensions.
Each table must be created separately using a tab statement, as follows:
tab row-axis column-axis
Tab statements must precede the axes definitions in your program file.
See
Multidimensional tables
See also
Creating tables