Table Method: Create 

Purpose

Defines a single-column structure for a Table object.

Syntax

The Create method has the syntax:

Create(TableName, TableLength)

Description

This method defines a column structure with a single column for the Table object. The TableLength parameter specifies the overall length of each table row. You can then add columns to the table object using the Add method in the Columns collection object.

The method returns TRUE on success, otherwise FALSE.

See also Creating a Table Object.