SAVE_ALL ​
SAVE_ALL saves all currently opened model in the modeleditor.
Syntax ​
leo-grammar
ModelCloseAll : SAVE_ALL [ quiet ].
# --> RESULT ecode:intValue
Parameters ​
quiet
(modifier) -
Returns ​
ecode
(intValue) - the return variable ecode is set to 0 if save worked, to 1 if an error occured.
Details ​
When passing the argument quiet, no messages, error boxes etc. will be shown while saving the models.
See Also ​
Examples ​
asc
CC "Modeling" SAVE_ALL
Saves all currently opened models.
Versions and Changes ​
Available since ADOxx 1.3