|
User Documentation |
||||||||
| prev file | next file | |||||||||
| SUMMARY: fields | routine DETAILS: routine | |||||||||
./guide File astack.pro
astack |
function astack(elem) |
Convenience function to get at the value of a specific element of !g.astack. It does all the pointer de-referencing and limit-checks for you. Elements less than 0 or larger than or equal to !g.acount are illegal and a value of -1 will be returned by this function.
| Parameters | |
|
elem |
The element to return. |