I’ve created a dimensional array using two ‘for’ loops, and as each inner loop completes, I’d like those values to go into textboxes on a windows form. (I realize that the values will be overwritten each time, with just the values from the final outer loop showing at the end.) The comments in the codeRead more