PushOntoList | ||||||||||
Type | statement | |||||||||
Dictionary | LCB | |||||||||
Library | LiveCode Builder | |||||||||
Syntax |
| |||||||||
Associations | com.livecode.list | |||||||||
Summary | Pushes Value onto Target. | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Description | When Value is pushed onto Target, Value (by default) becomes the tail of the list, with an index one greater than the previous tail. Use the 'front of' variant to push onto the front of a list instead. | |||||||||
Tags | lists |