|
Developer Documentation |
|||||||||
| prev file | next file | ||||||||||
| SUMMARY: fields | routine DETAILS: routine | ||||||||||
./guide getrec.pro
| getrec |
procedure getrec, index, [useflag=boolean or string], [skipflag=boolean or string] |
Gets the data associated with a given index number in the input data set.
This is shorthand for get,index=index with optional use of useflag or skipflag. See the documentation for get for more information.
getrec,1 show getrec,1,/skipflag ; ignore all flags show
| Parameters | |
|
index |
The index number of the record to be retrieved |
| Keywords | |
|
useflag |
Apply all or just some of the flag rules? |
|
skipflag |
Do not apply any or do not apply a few of the flag rules? |