OpenSTAAD V8i
Adds a table to the specified ReportNo.
Where:
Long variable containing the report number to which this table will be added.
A null terminated string containing the name of the table.
Long variables providing the number of rows and columns of the table.
A long value containing the reference number for the table created to be used to access the table.
'Get the application object --
'Add table to report no 1 with 10 rows and 5 columns
NumRows = 10
NumCols = 5
TableNo = objOpenSTAAD.Table.AddTable 1, "My Table", NumRows, NumCols