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