Re-setting data on a form

"Steve Fisher" <[email protected]> Mon, 17 Sep 2007 15:59:08 +0100
Newsgroups gmane.comp.windows.autoit.user
Message-ID <[email protected]>
I have a large form and need to blank the previously entered data, can I do
this in a loop or do I have to hardcode each one as below?

GUICtrlSetData ($Input01, " ")
GUICtrlSetData ($Input02, " ")
GUICtrlSetData ($Input03, " ")
GUICtrlSetData ($Input04, " ")
.....
.....
.....
GUICtrlSetData ($Input20, " ")


Steve


[Non-text portions of this message have been removed]