Login | Sign Up
 





 
AutoLISP Function Detail
Name: append

Syntax:
(append list ...)

Description:
Combines two or more lists to form one list. *Note: List can either be numbers or strings.

Example(s):
(append '(1.0 2.6) '(0.0))
(1.0 2.6 0.0)