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: 3088
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})}
Fine arithmetics functions in Arithmetic operations group

For more complex calculations use VB evaluate or JS Evaluate
Oleg Yershov
Post Reply