Replies
A collection of reply objects
Properties
| Name | Type |
Access | Description |
|---|
|
Number |
readonly |
The number of objects in the collection. |
Methods
Returns the Reply with the specified index.
Returns any Reply in the collection.
Displays the number of elements in the Reply.
Returns every Reply in the collection.
Returns the first Reply in the collection.
Returns the Reply with the specified index or name.
index
LongInteger | String
The index or name. Can accept: Long Integer or String.
Returns the Reply with the specified ID.
Returns the Reply with the specified name.
→ Reply[]
Returns the Replies within the specified range.
from
LongInteger | Reply | String
The Reply, index, or name at the beginning of the range. Can accept: Reply, Long Integer or String.
to
LongInteger | Reply | String
The Reply, index, or name at the end of the range. Can accept: Reply, Long Integer or String.
Returns the last Reply in the collection.
Returns the middle Reply in the collection.
Returns the Reply whose index follows the specified Reply in the collection.
obj
Reply
The Reply whose index comes before the desired Reply.
→ Reply
Returns the Reply with the index previous to the specified index.
obj
Reply
The index of the Reply that follows the desired Reply.
Generates a string which, if executed, will return the Reply.
Object of 1
Properties elsewhere that hold a Replies.