Search results for query: *

  1. Y

    store objects into array

    I have 12 existing textboxes on the form. Is there anyway I can store them to an array and them use a loop to clear all of their contents instead of using: textbox1.text = "" textbox2.text = "" textbox3.text = "" ...so on.
Back
Top