1,042
edits
Line 532: | Line 532: | ||
Sets the parameter value of a called macro. This command must be inserted between the "Open macro" and the "Execute macro" commands, inside the body of the "Call Macro" command. | Sets the parameter value of a called macro. This command must be inserted between the "Open macro" and the "Execute macro" commands, inside the body of the "Call Macro" command. | ||
[[Image: | [[Image:macro_set_parameter.png|border|500px]] | ||
"Parameter name" is the name of the parameter in the called macro. | "Parameter name" is the name of the parameter in the called macro. | ||
Line 546: | Line 546: | ||
When the macro is running, a dialog box is displayed, which is used to change the value of a parameter. | When the macro is running, a dialog box is displayed, which is used to change the value of a parameter. | ||
[[Image: | [[Image:macro_set_parameter_dialog.png|border|300px]] | ||
The message generated in the top of the dialog box can be defined in the "command properties". A control is used to edit the parameter value. A click on the OK button changes the parameter value, and closes the dialog box. A click on the Cancel button closes the dialog box without changing parameter value. | The message generated in the top of the dialog box can be defined in the "command properties". A control is used to edit the parameter value. A click on the OK button changes the parameter value, and closes the dialog box. A click on the Cancel button closes the dialog box without changing parameter value. |