Produced by IDL 7.1.1
User Documentation

./guide
listfind.pro

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

listfind

procedure listfind[, param]

List a specified selection parameter or all selection parameter values used by find

This allows you to quickly tell the value of one or all of the selection parameters used by FIND. The set of parameters is the column names as reported by listcols.

Note: Only those parameters that have actually been set are listed unless a listing for specific parameters has been requested.

Use setfind to set selection parameters.

Use clearfind to clear selection parameters.

Examples
 listfind  ; show all set find parameters
 listfind,'scan'  ; show the value of the SCAN selection parameter
 listfind,['scan','int','plnum'] ; show the values of 3 selection
 params
 
Version
$Id$

Parameters
param
in, optional
string
The selection parameter(s) to list. Minimum-matching is used to find the selection parameter matching this value. If param is not supplied or is an empty string, all parameters are listed. Only parameters appropriate for the current mode (line or continuum) are shown unless a specific parameter is requested.


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