OpenSTAAD V8i
Deletes a table specified by TableNo in a report specified by ReportNo.
Where:
Long variable containing the report number from which a table is to be deleted.
Long variable containing the table number to be deleted.
'Get the application object --
'Delete Table
objOpenSTAAD.Table.DeleteTable ReportNo, TableNo