ConcatenateLists | |||||||
Type | operator | ||||||
Dictionary | LCB | ||||||
Library | LiveCode Builder | ||||||
Syntax |
| ||||||
Associations | com.livecode.list | ||||||
Summary | Concatenate two lists. LeftList:The List to go at the start of the resulting list. RightList:The List to go at the end of the resulting list. | ||||||
Example |
| ||||||
Values |
| ||||||
Description | Returns a newly-created list consisting of the elements of LeftList followed by the elements of RightList. | ||||||
Tags | lists |