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.