Words
A collection of words.
Words Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the word with the specified index or name. |
| length |
Long |
read |
The number of words in the collection. |
Words Methods
| Method |
Returns |
Description |
| anyItem |
Object |
Returns any word. |
| firstItem |
Object |
Returns the first word. |
| itemByRange |
Objects |
Returns the words within the specified range. |
| lastItem |
Object |
Returns the last word. |
| middleItem |
Object |
Returns the middle word. |
| nextItem |
Object |
Returns the next word. |
| previousItem |
Object |
Returns the previous word. |