Produced by IDL 6.1
User Documentation

./guide
appendstack.pro

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

appendstack

procedure appendstack, index

Append entries to the stack.

Examples
   addstack,10,14,2
   appendstack,20
   appendstack,[25,28]
   tellstack
   ; The stack now contains [ 10,  12,  14,  20,  25, 28]
 
Version
$Id: appendstack.pro,v 1.3 2005/05/24 19:52:14 jbraatz Exp $

Parameters
index
in, required
long integer
Entries to add


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