how to mathmatically increment a variable by another variable

Discuss RoboTask here
Post Reply
rebasnop
Posts: 1
Joined: Tue Jul 30, 2024 2:36 am

how to mathmatically increment a variable by another variable

Post by rebasnop »

how to increase a variable mathematically by adding another variable "{Line(3)}","{vPPAIQTotal}")}

trying to raise a variable by a certain percentage

doing a job using a collection of variables

Extracting a field from a text file that is separated by commas will provide the final total instead of adding up all the $'s on each line.
Oleg
Site Admin
Posts: 3201
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: how to mathmatically increment a variable by another variable

Post by Oleg »

To add two values use Add system variable
for example

Code: Select all

{Add({Line(3)},{vPPAIQTotal})}
Find arithmetics functions in Arithmetic operations group

For more complex calculations use VB evaluate or JS Evaluate
Oleg Yershov
Vennpaul
Posts: 1
Joined: Wed Dec 11, 2024 7:50 am

Re: how to mathmatically increment a variable by another variable

Post by Vennpaul »

I had the same problem; but after reading this post, I understood and fixed it.
Thanks
Post Reply