|
User Documentation |
||||||||
| prev file | next file | |||||||||
| SUMMARY: fields | routine DETAILS: routine | |||||||||
./guide File appendstack.pro
appendstack |
procedure appendstack, index |
Append numbers to !g.astack. The total size of the stack is adjusted accordingly to hold all the values. If the size needs to be expanded, it increases by 5120 elements each time so that in most cases, the number of resizes will be minimal.
| Parameters | |
|
index |
The number(s) to add to the stack. |