PopList | |||||||
Type | statement | ||||||
Dictionary | LCB | ||||||
Library | LiveCode Builder | ||||||
Syntax |
| ||||||
Associations | com.livecode.list | ||||||
Summary | Pops the last element from Source into Target Target:An expression which evaluates to a container. | ||||||
Parameters |
| ||||||
Example |
| ||||||
Description | When Source is popped into Target, the last element of the list Source is removed and put into the container Target. Use the 'front of' variant to pop from the front of a list instead. | ||||||
Tags | lists |