Index
Lists

:!: Available in version 2.5 and later.

AppendListToList

AppendListToList(<-targetList <-listToAppend )

Description

Appends all elements from `listToAppend` to the end of `targetList`.

Examples

 

Index