;+ ; Gets the data associated with a given index number in the ; input data set from the output (keep) file. The result is always ; stored in !g.s[0]. ; ; @param index {in}{required}{type=integer} The index number of the ; record to be retrieved. ; ; @examples ;
; kgetrec,1 ; show ;; ; @version $Id: kgetrec.pro,v 1.1 2005/05/16 18:55:11 bgarwood Exp $ ;- pro kgetrec, index compile_opt idl2 kget,index=index end