Basically add all values and display the total in static text.
use a variable to hold the total, thus
declare a variable, use either double or long integer as the datatype get the total in it.
then you can use %total% in a static text to display it.
Guess i should come clean and say I don’t know how to do that. Can you give me an example.
i have 5 variable names “var_1 to var_6”
Tried so many examples I came across online and nothing works.
Thanks
Do this for all the var 's thus from 1 to 6.
After then declare a variable and add the total
You can now finally use a static text to display the answer using
%total% thus the %the name of the variable%
e.g.
Thank you so very much…