Run time variables + run time calculations - expression builder The abilty to create run-time variable(s) and perform calculations on the fly and assign to a variable(s).
For example:
Step 1 create variable $cnnDropDownvalue$ & default value = '0'
Step 2 get text from cnn.com dropdown_channel & assign value to variable $cnnDropDownvalue$
Step 3 create variable $cnnDropDownvalue2$ & default value = '0'
Step 4 run time calc $cnnDropDownvalue$ + 1 assign to $cnnDropDownvalue2$
Step 5 message box The next cnn chanel is $cnnDropDownvalue2$ |