Login
|
Sign Up
AutoLISP Function Detail
Name:
nth
Syntax:
(nth
int list
)
Description:
Returns the item at the location of int in the list.
Example(s):
(nth 2 '("A" "B" "C" "D"))
"B"