Login | Sign Up
 





 
AutoLISP Function Detail
Name: list

Syntax:
(list item1 item2 ...)

Description:
Creates a list out of the items that are provided.

Example(s):
(list "A" "B" "C" "D")