Each time a user clicks on a button, the inputted value in the text box will be read into an array, the box will be cleared, and the user can keep inputting values into that text box.
How do I program it so that an array of unknown size will be filled with all the values entered one at a time into the one text box?
Thanks!