Login
|
Sign Up
AutoLISP Function Detail
Name:
listp
Syntax:
(listp
item
)
Description:
Verifies if the item is a list or not.
Example(s):
(listp "A")
(listp '("A" "B" "C" "D"))