Produced by IDL 7.0
Developer Documentation

./guide
delete.pro

Last modification date:
Sun Oct 22 03:20:02 2017

delete

procedure delete, index

Remove specific values from the stack.

Examples
   addstack, 10,30,2
   delete, [16,18,20]
   tellstack
   ; result is ...
   ; [ 10, 12, 14, 22, 24, 26, 28, 30]
 
Version
$Id$

Parameters
index
in, required
integer
The values to be removed. Any value in the stack that matches a value in this parameter is removed from the stack.


Produced by IDLdoc 1.6 on Sun Oct 22 03:20:04 2017