cdflib.deleteVarRecords
Delete range of records from variable
Syntax
cdflib.deleteVarRecords(cdfId,varNum,startRec,endRec)
Description
cdflib.deleteVarRecords(cdfId,varNum,startRec,endRec) deletes a range of
records from a variable in a Common Data Format (CDF) file.
Input Arguments
| Identifier of a CDF file, returned by a call to |
| Numeric value that identifies the variable. Variable numbers are zero-based. |
| Numeric value that specifies the record at which to start deleting records. Record numbers are zero-based. |
| Numeric value that specifies the record at which to stop deleting records. Record numbers are zero-based. |
Examples
Tips
This function corresponds to the CDF library C API routine
CDFdeletezVarRecords.To use this function, you must be familiar with the CDF C interface. You can access the CDF documentation at the CDF website.