Produced by IDL 7.0
Developer Documentation

./guide
appendstack.pro

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

appendstack

procedure appendstack, index

Append entries to the stack.

See also addstack.

Examples
   addstack,10,14,2
   appendstack,20
   appendstack,[25,28]
   tellstack
   ; The stack now contains [ 10,  12,  14,  20,  25, 28]
 
Version
$Id$

Parameters
index
in, required
long integer
Entries to add


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