InstancesErrorListError [] (index:
number)
Returns the ErrorListError with the specified index.
Parameter | Type | Description |
index | number | The index. |
ErrorListError anyItem ()
Returns any ErrorListError in the collection.
number count ()
Displays the number of elements in the ErrorListError.
Array of ErrorListError everyItem ()
Returns every ErrorListError in the collection.
ErrorListError firstItem ()
Returns the first ErrorListError in the collection.
ErrorListError item (index:
varies)
Returns the ErrorListError with the specified index or name.
Parameter | Type | Description |
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
Array of ErrorListError itemByRange (from:
varies, to:
varies)
Returns the ErrorListErrors within the specified range.
Parameter | Type | Description |
from | ErrorListError Long Integer String | The ErrorListError, index, or name at the beginning of the range. Can accept: ErrorListError, Long Integer or String. |
to | ErrorListError Long Integer String | The ErrorListError, index, or name at the end of the range. Can accept: ErrorListError, Long Integer or String. |
ErrorListError lastItem ()
Returns the last ErrorListError in the collection.
ErrorListError middleItem ()
Returns the middle ErrorListError in the collection.
ErrorListError nextItem (obj:
ErrorListError)
Returns the ErrorListError whose index follows the specified ErrorListError in the collection.
Parameter | Type | Description |
obj | ErrorListError | The ErrorListError whose index comes before the desired ErrorListError. |
ErrorListError previousItem (obj:
ErrorListError)
Returns the ErrorListError with the index previous to the specified index.
Parameter | Type | Description |
obj | ErrorListError | The index of the ErrorListError that follows the desired ErrorListError. |
string toSource ()
Generates a string which, if executed, will return the ErrorListError.
|