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