yellowwing12
New member
- Joined
- Aug 3, 2005
- Messages
- 4
- Programming Experience
- 3-5
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.
textbox1.text = ""
textbox2.text = ""
textbox3.text = ""
...so on.