If
Step In-Place Editing
To edit an If script step:
Select the step in the Script Steps table. Edit the step parameters as follows:
- Session: This column displays no session at all.
- Return Variable: This step does not use a return variable.
- Command String: Displays the numeric value or the Tcl expression assigned to the variable.
Click into the column and edit in-place a numeric value or an expression.
Alternatively, click the
button and create a valid expression using the Expression Builder GUI, as described in Using the Composer Expression Builder.
Example:
If $result == "pass"
TclEval puts "operation successful"
EndIf
IxLoad TestComposer │ User Guide |