Source: cli/master/delete_dataset.pro
delete_dataset
Delete a dataset.
Usage:
delete_dataset[, ds]
Argument:
ds int/str input The dataset to delete, name or index.
Keyword:
no_prompt If set, then don't prompt before deleting the
current dataset.
Notes:
If no specifier is given then the current dataset is
deleted, after confirmation unless no_prompt is set.
The index is a 1-based index.
History
Original: 20/7/00; SJT