Use this dialog to specify an expression. The expression is executed only once.
You can start this dialog from the shortcut menu in the Expressions view.
-
Expression
-
Specify the expression in this format:
<variable>:=<value>
.
-
For example:
curr.compnr:=299
-
Note:
- You can select expressions specified earlier from the list.
- If you select a variable name in the script editor before you start the Execute Assignment Expression command, this expression is displayed in the dialog:
<variable name>:=
For example, you select the task.child.process
variable in the script. Then, on the shortcut menu, you click Execute Assignment Expression. The Execute Assignment Expression dialog starts and contains this expression: task.child.process:=
-
Add Watch Expression
-
If this check box is selected, the name of the variable is displayed in the Expressions view.
-
For example, if you enter
curr.compnr:=299
, the curr.compnr
variable is displayed in the Expressions view.
-
If this check box is cleared, the name of the variable is not displayed in the Expressions view.