Produced by IDL 6.1
Developer Documentation

./guide
delete.pro

Last modification date:
Thu Jun 2 23:56:08 2005

delete

procedure delete, indx

Remove an index or array of indicies from the stack.

Examples
   addstack, 10,30,2
   delete, [16,18,20]
   tellstack
 
Version
$Id: delete.pro,v 1.5 2005/05/24 20:00:43 jbraatz Exp $

Parameters
indx
in, required
integer
The stack entries to be removed.


Produced by IDLdoc 1.6 on Thu Jun 2 23:56:13 2005