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