You can use parameter values that contain parameters. The evaluation
               result of such parameter values is shown in a bold font in the GUI. The following example shows how to use  such a parameter:
parameterA := aaa
parameterB := bbb + ${parameterA} Evaluated values:
parameterA = aaa
parameterB = bbb + aaa