Login
|
Sign Up
AutoLISP Function Detail
Name:
last
Syntax:
(last
list
)
Description:
Returns the last element or item of the list that is provided.
Example(s):
(last '("A" "B" "C" "D"))