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