-
-
Returns any Word in the collection.
-
-
Displays the number of elements in the Word.
-
-
Returns every Word in the collection.
-
-
Returns the first Word in the collection.
-
-
Returns the Word with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
itemByRange( |
from, to) |
→ Word |
-
Returns the Words within the specified range.
from
|
The Word, index, or name at the beginning of the range. Can accept: Word, Long Integer or String.
|
to
|
The Word, index, or name at the end of the range. Can accept: Word, Long Integer or String.
|
-
-
Returns the last Word in the collection.
-
-
Returns the middle Word in the collection.
-
-
Returns the Word whose index follows the specified Word in the collection.
obj
|
Word
The Word whose index comes before the desired Word.
|
-
previousItem( |
obj) |
→ Word |
-
Returns the Word with the index previous to the specified index.
obj
|
Word
The index of the Word that follows the desired Word.
|
-
-
Generates a string which, if executed, will return the Word.