I have an array filled with text, or values that are not 0
I am trying to print them int a text box to make sure they are filling correctly.
I have
Array for each XYZ element
Array current value (notequal) 0 => Textbox Append Array.CurValue
It just seems to be infinitely printing the data. Am I missing a condition?