- Procedure DatasetSetChangedStatus(data\_category, status)
DatasetSetChangedStatus
The procedure DatasetSetChangedStatus
can set the status of a data
category to either changed or unchanged.
DatasetSetChangedStatus(
data_category, ! (input) element in AllDataCategories
status ! (input) 0 or 1
)
Arguments
- data_category
An element in
AllDataCategories
, specifying the data category for which you want to set the changed status.- status
An integer value holding the new dataset status: 0 for unchanged, 1 for changed.
Return Value
The procedure returns 1.
Note
This function is only applicable if the project option
Data_Management_style
is set toSingle_Data_Manager_file
.
See also
The function DatasetGetChangedStatus
.