Expanding MaxL and MDX Scripts

A MaxL script or MDX script may contain variables; if you want to see the variable definitions, you expand the script. The desired information is displayed in the body of the script.

MaxL scripts may contain references to other MaxL files. To see the contents of referenced files, you expand the script. The desired information is displayed in the body of the script. Any changes that you make to the contents of an expanded file within the script editor do not affect the actual file.

  To expand a MaxL script or an MDX script:

  1. Open or create a script.

  2. Right-click and select Expand script.

    All variables in the script are replaced with their defined values, and all referenced files are expanded.

Related Information