View Single Post
  #4 (permalink)  
Old 09-21-2007, 12:26 PM
forumsupport forumsupport is offline
Senior Member
 
Join Date: Apr 2007
Posts: 551
Default

Hello,

To increment the value of a variable by 1 without using $Counter$, please follow the steps given below.
  • Open the Task Editor from Tools->Task Editor.
  • Double click on 'Variable Operations'.
  • On the left hand side of the 'equal to' sign, press F2 and insert the variable whose value you want to increment by 1.
  • On the right hand side of the 'equal to' sign, press F2 and again insert the variable whose value you want to increment by 1.
  • Type '+1' after the variable.
  • Click 'Save' button.

To convert the value of a variable into thousands, please follow the steps
given below:
  • Open the Task Editor from Tools->Task Editor.
  • Double click on 'Variable Operations'
  • On the left hand side of the 'equal to' sign, press F2 and insert the variable whose value you want to convert into thousands.
  • On the right hand side of the 'equal to' sign, press F2 and again insert the variable whose value you want to convert in to thousands.
  • Type '/ 1000' after the variable
  • Click 'Save' button.