item method

This method gets a table according to an index.

Defined in

TextTables

Syntax

public TextTable item(int index) throws SymphonyException

Parameters

int index

Specifies the index of the table, starting at 1.

Return Value

textTable

A TextTable object that represents a table.

Usage

If the index is out of bounds, this method throws an exception.

See examples

Example: item method