KeyCreator / Add Ins / Play Macro

Play Macro
KeyCreator Add Ins Macro Play

 

The macro Execute function is used to read macro files, store data primitives as entities, and execute macro commands. For more information on macro files, see the macro documentation in the root directory.

  • ASCII macro files are not compiled, and have a *.macro extension.

Using the Function:
  1. Select macro Execute from the Add-Ins Menu. The Select a macro to Execute dialog box appears.

KeyCreator Add Ins Play Macro dialog

  1. From this dialog, select a macro file to load.

Using macro:

You can generate a macro program with a text editor or word processing program following the rules in this chapter. Names for these files follow the same specifications as the system's naming conventions, along with the addition of a .cdl extension. A typical macro file consists of variable length records delimited by new lines. Each of these statements directs the flow of the program. A typical statement represents a primitive, a command, or an expression, along with any required parameters.