Produced by IDL 7.0
Developer Documentation

./guide
getfindindex.pro

Last modification date:
Sun Oct 22 03:20:02 2017

getfindindex

function getfindindex(param, [mode=variable], [count=variable])

Utility function used by setfind, listfind, and clearfind to translate a parameter name into an index number in the !g.find structure. Additional information on that index is also returned.

Returns
Index values of param. Returns -1 if not found.
Version
$Id$

Parameters
param
in, required
string
The parameter to locate in !g.find. minimum-match is allowed here. Case is unimportant. Arrays of parameters are not allowed (-1 will be returned).

Keywords
mode
out, optional
variable
The mode that this is appropriate for. -1 is all modes, 0 is line and 1 is continuum.
count
out, optional
variable
The number of matches to param found in !g.find.


Produced by IDLdoc 1.6 on Sun Oct 22 03:20:06 2017