Produced by IDL 7.1.1
User Documentation

./guide
delete.pro

Last modification date:
Wed Feb 8 12:37:20 2012

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: delete.pro,v 1.7 2006/05/15 20:01:46 bgarwood Exp $

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 Feb 8 12:38:23 2012