OpenSTAAD V8i

Table.RenameTable

Renames a table in a report specified by TableNo.

VB Syntax

Table.RenameTable ReportNo, TableNo, szNewTableName

Where:

ReportNo

Long variable containing the report number whose table will be renamed.

TableNo

Long variable containing the table number to be renamed.

szNewTableName

A null terminated string containing the new name for the table.

VB Example

'Get the application object --
'Rename Table
objOpenSTAAD.Table.RenameTable ReportNo, TableNo, "My New Table"