User Portlet User Portlet

Discussions
If you want to append a list to another list you could also use the "Join" function: Join[{a,b},{c,d}] = {a,b,c,d}