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