Stories
A collection of stories.
Properties
| Name | Type |
Access | Description |
|---|
|
Number |
readonly |
The number of objects in the collection. |
Methods
Returns the Story with the specified index.
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
LongInteger | String
The index or name. Can accept: Long Integer or String.
Returns the Story with the specified ID.
Returns the Story with the specified name.
→ Story[]
Returns the Stories within the specified range.
from
LongInteger | Story | String
The Story, index, or name at the beginning of the range. Can accept: Story, Long Integer or String.
to
LongInteger | Story | String
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.
→ 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.
Object of 2
Properties elsewhere that hold a Stories.