|
User Documentation |
|||||||||
| prev file | next file | ||||||||||
| SUMMARY: fields | routine DETAILS: routine | ||||||||||
./guide kgetrec.pro
| kgetrec |
procedure kgetrec, index, [useflag=boolean or string], [skipflag=boolean or string] |
Gets the data associated with a given index number in the input data set from the output (keep) file.
This is shorthand for kget,index=index with optional use of useflag or skipflag. See the documentation for kget for more information.
kgetrec,1 show kgetrec,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? |