Tree View

Contains the current modules and submodules. Within the Procedures submodule, the Tree View displays a list of procedures.

Procedures View

List of procedures in the Procedures submodule. The Procedures View consists of the Procedures Combo Box, the Procedure Description View, the Variables View, and the Code View.

Procedures Combo Box

List of procedures under the Procedures submodule. The current procedure is displayed in the combo box. Click on the pull-down menu to view a list of additional procedures.

As a new feature of ATEasy version 4.0, this procedure combo box allows the Drag and Drop capability.  After pulled down the combo list box, you can drag and drop a procedure within the list, so that you can re-arrange the procedure list.

In this example, the procedure Max is shown.

Procedure Description Button

This button toggles Show or Hide of the description view.  It also contains the indication whether description is empty or not.

Procedure Description View

A text description of the selected procedure.

Variables View

List of variables used with the procedure. If you use both local variables and parameters in the Procedures window, the parameters are automatically listed before the local variables.

Variables are listed in the order you first defined them, unless you move the variable to a new position by click and drag. However, you cannot drag a local variable to the list of parameters nor can you drag a parameter to the list of local variables.

Code View

The programming code for the procedure. For more information, see Entering Code.