Run (for Models)
Use this command to read a text file containing a series of commands and execute them in sequence.
Syntax
RUN MODEL ModelFile ON DataAreaName [ProtectedMode]
where:
- ModelFile is the name of a Model file.
- DataAreaName is the name of a DataArea.
- ProtectedMode is optional and is either TRUE or FALSE. If TRUE, unlocked cells are not affected. If FALSE, all cells are affected.
Note: When ProtectedMode is TRUE, the model runs only on cells covered by the data lock.
Syntax example
RUN MODEL TEST\EXPORT\EXPORT.LMOD ON DA1
See also