DADiSP Worksheet Functions > Function Categories > Datasets, Worksheets and Labbooks > DELETESERIES
Deletes one or more Series from a Dataset.
DELETESERIES("sername1", "sername2", ..., "sernameN", confirm)
"sernameN" |
- |
One or more strings. The names of the series to delete. |
||||
confirm |
- |
Optional. An integer, the confirmation flag:
|
An integer, 1 if successful else <= 0.
deleteseries("RUN1.1.ANALOG1")
deletes the series RUN1.1. ANALOG1.
deleteseries("RUN1.1,ANALOG1","RUN1.1,ANALOG2", 1)
Deletes both RUN1.1.ANALOG1 and RUN1.1.ANALOG2 with confirmation.
The specified Series names are case-sensitive.