SaveMDL

The SaveMDL verb saves the current model as an .mdl file.

The user interface equivalent is to save the model with an .mdl extension.

The syntax is as follows:

SaveMDL filename

Argument

Description

SaveMDL filename

Specifies the file name, including path if desired, for the current model. The file name should have the extension .mdl.

Example

This example opens a .py? file and saves it as an .mdl file.

OpenPY "C:\model.pyj" SaveMDL "C:\model.mdl"