Chapter 37. Parameters

When working with graphs, it may be necessary to create parameters. Like metadata and connections, parameters can be both internal and external (shared). The reason for creating parameters is the following: when using parameters, you can simplify graph management. Every value, number, path, filename, attribute, etc. can be set up or changed with the help of parameters. Parameters are similar to named constants. They are stored in one place and after the value of any of them is changed, this new value is used in the program.

Priorities

If you use parameters in CTL, you should type them as '${MyParameter}'. Be careful when working with them, you can also use escape sequences for specifying some characters.

Each parameter can be created as:

Parameters Wizard is described in Parameters Wizard.