Overview of IMLPlus Module Reference

IML Studio provides a library of IMLPlus modules that you can use to enhance your IMLPlus programs. The modules are organized into the following categories:

Date Time

General Purpose

Graphics

Math

R

Sound

User Interface

Wavelets

Windows Operating System

You can view the source code of any of these modules by following these steps:

  1. On the File menu, click Stored Items.
    –or–
    Click the Stored Items button () on the toolbar.

    IML Studio will display the Stored Items dialog box.

  2. Click the Modules tab.
  3. In the Module Search Path list, click to expand the directory <IMLStudio>\Modules, where <IMLStudio> is the directory in which you installed IML Studio.
  4. Select the name of the module whose source code you wish to examine.
  5. Click Open.

    IML Studio will open the module's source file in a new workspace.

It is strongly recommended that you not modify these standard IMLPlus modules. If you wish to customize one of the modules, copy the module's .sxs file to your own personal Modules directory, rename the file, rename the module, and only then modify the body of the module's definition.