OpenSTAAD V8i

Table.SaveTable

Saves a table in a report specified by TableNo.

VB Syntax

Table.SaveTable ReportNo, TableNo

Where:

ReportNo

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

TableNo

Long variable containing the table number to be saved.

VB Example

'Get the application object --
'Save Table
objOpenSTAAD.Table.SaveTable ReportNo, TableNo