app |
Append an element at the end of the list.
|
|
|
byAttr |
Search the list for an object with the value 'val'
in the 'attr' attribute. Return the object.
|
attr |
name |
The name of the object attribute to be used as a key |
val |
|
The key to be looked up in the list |
|
|
|
|
|
del |
Delete a number of elements from the list
|
pos |
1 |
The position of the first element to delete |
n |
1 |
The number of elements to delete |
|
|
|
|
delete |
Delete a number of elements from the list
|
pos |
1 |
The position of the first element to delete |
n |
1 |
The number of elements to delete |
|
|
|
|
dim |
|
len |
|
The number of elements to have in the list. |
|
|
|
|
|
key |
|
keys |
|
len |
|
length |
|
merge |
The list in the argument is merged into the list. If a named
element exists in both lists, then the value in
the "l" argument is the final value.
|
list |
|
The list to merge in |
|
|
|
|
sort |
|
sortKeys |
|