Produced by IDL 7.1.1
User Documentation

./guide
appendstack.pro

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

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