vle-remove-nth
(vle-remove-nth idx
lst)
removes the object at index
'idx' from
list 'lst'
|
Arguments |
'idx' index of the item to be removed; |
|
Return |
list 'lst' without item at
position 'idx'; |
|
Example |
(vle-remove-nth 3 '(1 2 123 4
5 123 6 7 8)) |
|
Alias |
vle-remove-idx |
|
Remarks |
index is 0-based |
| © Menhirs NV. All rights reserved. |