vle-put-nth
(vle-put-nth lst idx
val)
sets / replaces the item at index
'idx' in
list 'lst' with specified new value 'val'; if 'idx' is larger then the list
length, the list is filled with NIL items before
'val'
Arguments |
ls' input list where the item at position
'idx' is to be
set |
Return |
list 'lst' with item at
position 'idx' set to 'val'; |
Example |
|
Alias |
|
Remarks |
index 'idx' is 0-based |
© Bricsys NV. All rights reserved. |