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