Writing a value into a variable belonging to a standard type

You can write a value into a variable belonging to a standard type in the following ways:
  • Assign an initial value when you create the variable.
  • Use a Variable update action to assign a value to the variable.
  • Use the Prompt action to get user input and assign it to the variable.
  • Use the Extract action to read data from the session window and assign it to the variable.
  • Use an action that writes a return code value into a variable (such as the Run program action and the Print actions).