OpenSTAAD V8i

Table.GetTableCount

Returns the number of tables created.

VB Syntax

Table.GetTableCount ReportNo 

Where:

ReportNo

Long variable containing the report number.

Return Value

A long value containing the number of tables in the report.

VB Example

'Get the application object --
'Get number of reports
TableNos = objOpenSTAAD.Table.GetTableCount ReportNo