Previous Topic: Support for JavaScriptNext Topic: User Interface Tips and Tricks


Convert Existing Scripts

DMM Studio supports the scripts that are written in JavaScript. It converts any script that you want to edit to JavaScript after it loads the script. It stores the converted script in the same directory with the file extension.dnajs extension to ensure that your existing script is not overwritten.

follow these steps:

  1. Open DMM Studio.
  2. Click File, Open, locate, and select the script that you want to open.
  3. Click Convert.

    The script is converted to JavaScript format and appears in the edit window.

  4. (Optional) If you want the new script to be stored in a different location, click Browse, select the location, click OK, and click Convert.

    Date: <today's date>

Note: All the variables that are found in the script have been moved to the global scope. Remove the variables that are not used globally.