Produced by IDL 7.1.1
User Documentation

./guide
delete.pro

Last modification date:
Wed Sep 28 13:27:08 2016

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 Wed Sep 28 13:27:33 2016