Tables
A collection of tables.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
Number count()
Displays the number of elements in the Table.
Table add( LocationOptions to, Mixed reference, Object withProperties )
Creates a new table.
Parameters
Type Name Description 
Table item( Mixed index )
Returns the Table with the specified index or name.
Parameters
Type Name Description 
Table itemByName( String name )
Returns the Table with the specified name.
Parameters
Type Name Description 
Table itemByID( Number id )
Returns the Table with the specified ID.
Parameters
Type Name Description 
Table itemByRange( Mixed from, Mixed to )
Returns the Tables within the specified range.
Parameters
Type Name Description 
Table firstItem()
Returns the first Table in the collection.
Table lastItem()
Returns the last Table in the collection.
Table middleItem()
Returns the middle Table in the collection.
Table previousItem( Table obj )
Returns the Table with the index previous to the specified index.
Parameters
Type Name Description 
Table nextItem( Table obj )
Returns the Table whose index follows the specified Table in the collection.
Parameters
Type Name Description 
Table anyItem()
Returns any Table in the collection.
Table everyItem()
Returns every Table in the collection.
String toSource()
Generates a string which, if executed, will return the Table.
Table []( Number index )
Returns the Table with the specified index.
Parameters
Type Name Description