DADiSP Worksheet Functions > Function Categories > Datasets, Worksheets and Labbooks > DELETEDATASET
Deletes an entire Dataset of the current Labbook.
DELETEDATASET("dsname1", "dsname2", ..., "dsnameN", confirm)
"dsnameN" |
- |
One or more strings. The names of the Datasets to delete. |
||||
confirm |
- |
Optional. An integer, the confirmation flag:
|
An integer, 1 if successful else <= 0.
deletedataset("RUN1.1")
deletes all the series in Dataset RUN1.1. If a version number is not specified, it is defaulted to version 1.
deletedataset("RUN1.1", "RUN1.2", 1)
Deletes both RUN1.1 and RUN1.2 with confirmation.
The specified Dataset names are case-sensitive.