Login
|
Sign Up
AutoLISP Function Detail
Name:
reverse
Syntax:
(reverse
list
)
Description:
Reverses the order of the items that are contained in the list that is provided.
Example(s):
(reverse '("A" "B" "C" "D"))
("D" "C" "B" "A")