View Single Post
  #1 (permalink)  
Old 07-10-2007, 11:55 PM
Nick Nick is offline
Member
 
Join Date: May 2007
Posts: 37
Default 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$
Reply With Quote