Lingo Dictionary > Lingo by Feature > Lists

 

Lists

These terms are useful for working with lists.

 
Creating lists

Use [ ] (list), duplicate() (list function), or list() to create a list.

 
Adding list items

Use these terms to add items to a list:

[ ] (bracket access)

addProp

add

append

addAt


 
Deleting list items

Use these terms to delete items from a list:

deleteAll

deleteOne

deleteAt

deleteProp


 
Retrieving values from a list

Use these terms to retrieve values from a list:

[ ] (bracket access)

getPos()

deleteProp

getProp()

getLast()

getPropAt()

getOne()


 
Getting information about lists

Use these terms to get information about lists:

count()

max()

findPos

min()

findPosNear

param()

ilk()

paramCount()

listP()


 
Setting values in a list

Use these terms to set values in a list:

[ ] (bracket access)

setAt

setaProp

setProp