I’m trying to find a way to pick what an array stores based on which button the user presses on a GUI.
Obviously this will not compile due to the variable name being the same.
The calculations are performed outside of the loop but use “values”. I just want the user to be able to determine what values are set in the array based on what button they press. The obvious issue is not being able to use the name “values” twice, which is where I am having a problem as I have a for loop that requires the variable “values” and I don’t want to have to be re adding the code several times for each data set when there is most likely an easy workaround that I am currently not seeing.
Just pull the declaration out: