general/tplot/
del_data.pro
Routines
top source del_data
del_data, names, except_ptrs=except_ptrs
NAME: del_data PURPOSE: obsolete procedure! use "STORE_DATA" instead delete tplot variables del_data calls "store_data" with the DELETE keyword set let: input=['a','b','c','d','e','f'] then, del_data,input is the same as store_data,delete=input CALLING SEQUENCE: del_data,input INPUTS: input: strarr() or intarr() of tplot variables LAST MODIFICATION: @(#)del_data.pro 1.4 01/10/08 CREATED BY: Frank Marcoline
Parameters
- names
Keywords
- except_ptrs
File attributes
Modification date: | Thu Feb 13 16:43:16 2014 |
Lines: | 4 |