-1
I have to add 43 text fields that the user will fill the ones that will be used to have a total and this total will be used in my formula and I could not find a solution to reduce these lines that I manually assigned to a variable each field. My question is:
I can create an array to receive text fields like this? what would be the formula to take a Jtext and take the value of the next one and add?
What is a Jtext? And add one [mcve] so that it is possible to test and execute your code.
– user28595
Jtextfield, I ended up abbreviating by custom, this is a text field.
– Gabriel Cardoso