Produced by IDL 6.1
User Documentation

./guide
File addstack.pro

Last modification date:
Wed Nov 17 16:47:51 2004


addstack

procedure addstack, first[, last][, step]

Add numbers to !g.astack. Identical to the UniPOPS ADDSTACK verb. The indices implied by the arguments are added to the end of the stack and the !g.acount value is updated accordingly.

Examples
add index number 25, 30 through 39, and the odd indexes from 41 through 51 to the stack.
    addstack, 25
    addstack, 30, 39
    addstack, 41, 51, 2
 
Uses
appendstack
Version
$Id: addstack.pro,v 1.3 2004/11/17 21:47:51 bgarwood Exp $

Parameters
first
in, required
integer
The first index to be added.
last
in, optional
integer
The last index to be added. If omitted, only the first index will be added.
step
in, optional
integer
The increment between indexes starting from first. If omitted, a step of 1 will be used.


Produced by IDLdoc 1.5 on Wed Dec 8 13:08:13 2004