Produced by IDL 7.1.1
User Documentation

./guide
getrec.pro

Last modification date:
Wed Sep 28 13:27:09 2016

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.

Examples
  getrec,1
  show
  getrec,1,/skipflag  ; ignore all flags
  show
 
Version
$Id$

Parameters
index
in, required
integer
The index number of the record to be retrieved

Keywords
useflag
in, optional
boolean or string (def. true)
Apply all or just some of the flag rules?
skipflag
in, optional
boolean or string
Do not apply any or do not apply a few of the flag rules?


Produced by IDLdoc 1.6 on Wed Sep 28 13:27:34 2016