Login
|
Sign Up
AutoLISP Function Detail
Name:
length
Syntax:
(length
list
)
Description:
Returns the total number of elements or items of the list as an integer.
Example(s):
(length '("A" "B" "C" "D"))