Code Block |
---|
objarray remove <obj> <index_start> ?<index_end>? |
Remve Remove the block from index_start to index_end
...
<index_start> <index_end> integer indices of the block to be replaced. If <index_end> is missing only 1 item is removed
It is similar to use objarray replace inserting an array of zero size
Warning: the values of <obj> itself are modified, without creating another copy of the object
...