general/tplot/
iton.pro
Routines
top source iton
result = iton(ind)
NAME: iton PURPOSE: Convert an index or array of indicies to data names. This exits because it is not always reasonable to make a program tell the difference between a data array and an index array, and because not all programs accept indicies as inputs instead of data names. CALLING SEQUENCE: names=iton(ind) INPUTS: ind: an index or array of indicies OPTIONAL INPUTS: none KEYWORD PARAMETERS: none OUTPUTS: a data name or array of data names OPTIONAL OUTPUTS: none COMMON BLOCKS: tplot_com SIDE EFFECTS: none EXAMPLE: for i=6,13 do store_data,iton(6),/delete LAST MODIFICATION: @(#)iton.pro 1.5 97/06/11 CREATED BY: Frank Marcoline
Parameters
- ind
File attributes
Modification date: | Thu Feb 13 16:43:17 2014 |
Lines: | 16 |