aa_macro syntax 
 aa_macro source 
 HTML source 
 HTML render 
Key

§ 4.56 - [lcc] Built-In

Mnemonic aid: lcc for List ConCatinate

See also:  [aisort] ,  [append] ,  [asort] ,  [clearl] ,  [cmap] ,  [dlist] ,  [e] ,  [hmap] ,  [isort] ,  [lcopy] ,  [lhsort] ,  [list] ,  [ljoin] ,  [llen] ,  [lpop] ,  [lset] ,  [lslice] ,  [lsplit] ,  [lsub] ,  [ltol]  and  [translate] 

Takes two lists as input, creates or replaces the third with the result. The list designated to receive the result may be either of the two lists being concatinated, a new list, or another existing list:


[lcc listOne,listTwo,tgtList]

[list list1,grape,orange,pear,cherry]
[list list2,mint,thyme,pepper,salt]
[lcc list1,list2,list3]
[dlist inter= ,list3]
[asort list3]
[dlist inter= ,list3]

grape orange pear cherry mint thyme pepper salt
cherry grape mint orange pear pepper salt thyme
grape orange pear cherry mint thyme pepper salt cherry grape mint orange pear pepper salt thyme

Other built-ins used here:  [asort] ,  [dlist]  and  [list] 

Keyboard Navigation
, Previous Page . Next Page t TOC i Index

Valid HTML 4.01 Loose
 

This manual was generated with wtfm
wtfm uses aa_macro and SqLite
aa_macro uses Python 2.7