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