|
Get SteelArrow!
|
|
|
|
makeTable
|
|
|
|
|
|
|
Return to Function List |
|
Creates a new TABLE object. The TABLE that is created is empty, with column headers
matching those specified.
|
|
Syntax |
MakeTable( columns )
|
columns |
List of columns (comma separated) to create within the new TABLE. |
|
|
|
|
|
|
|
|