Next: Dictionary Functions

Prev: String Functions

List Functions

The functions described in this section allow you to perform operations on list. None of these functions actually modify the lists passed as arguments; instead, they return modified lists.

Menu:

delete
Delete an element of a list
insert
Insert an element in a list
listlen
Get the length of a list
replace
Replace an element in a list
setadd
Add an element to a "set"
setremove
Remove an element from a "set"
sublist
Get a sublist of a list
union
Get the union of two lists