6
Answers

Input values into an array from a windows application

Is there a way to input values into an array from a textbox by clicking a button? I would like to add a value to the next element in the array with each new click of a button on the windows application form. Currently each time I click the button all variables are set to 0 and the first element in the array is always being rewritten.

Answers (6)