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.
how to mathmatically increment a variable by another variable
Re: how to mathmatically increment a variable by another variable
To add two values use Add system variable
for example
Fine arithmetics functions in Arithmetic operations group
For more complex calculations use VB evaluate or JS Evaluate
for example
Code: Select all
{Add({Line(3)},{vPPAIQTotal})}
For more complex calculations use VB evaluate or JS Evaluate
Oleg Yershov