OpenSTAAD V8i
Renames a table in a report specified by TableNo.
Where:
Long variable containing the report number whose table will be renamed.
Long variable containing the table number to be renamed.
A null terminated string containing the new name for the table.
'Get the application object --
'Rename Table
objOpenSTAAD.Table.RenameTable ReportNo, TableNo, "My New Table"