If Step In-Place Editing

To edit an If script step:

  1. Select the step in the Script Steps table.
  2. 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