Page 1 of 1

how to mathmatically increment a variable by another variable

Posted: Tue Jul 30, 2024 2:38 am
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.

Re: how to mathmatically increment a variable by another variable

Posted: Tue Jul 30, 2024 4:23 pm
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

Re: how to mathmatically increment a variable by another variable

Posted: Wed Dec 11, 2024 7:54 am
by Vennpaul
I had the same problem; but after reading this post, I understood and fixed it.
Thanks