GET_ALL_MODIFIED ​
GET_ALL_MODIFIED returns a string containing the IDs of all modified models.
Syntax ​
leo-grammar
CC "Modeling" GET_ALL_MODIFIED .
# --> RESULT modelids:strValue
Parameters ​
none
Returns ​
modelids
(strValue) -
Details ​
See Also ​
Examples ​
asc
The following code does the same as CC "Modeling" SAVE_ALL:
CC "Modeling" GET_ALL_MODIFIED
FOR modelid in:(modelids) {
CC "Modeling" SAVE modelid:(VAL modelid)
}
Versions and Changes ​
Available since ADOxx 1.3