Member Avatar for Derren

Hiya,

As the title suggest is there a way to clear multiple text boxes with a single command as opposed to :

textbox1.clear()
textbox2.clear()
.
..
...
textbox3500.clear()

hmm something like

allthetextboxesonthisform.clear()

lol if only it was that easy ;)


thanks in advance

Recommended Answers

All 2 Replies

Member Avatar for Derren

I have to apologize it seems i may have acted a little quickly in adding this question as i have found the answer in a previous post. my Bad ;(

Was just gonna say that.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.