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