T
Thrava
Hi folks,
How can I shortent this code?
i have an event procedure that triggers about 10
optionboxes to become disabled.
So if a click event occurs, then the following happens.
optionbox1.enabled=false
optionbox2.enabled=false
etc..
How can I write one statement... such as..
dim n as integer
for n=1 to 10
do
optionbox(n).enabled=false
or something like this.
is it possible?
Thanks
Trava
How can I shortent this code?
i have an event procedure that triggers about 10
optionboxes to become disabled.
So if a click event occurs, then the following happens.
optionbox1.enabled=false
optionbox2.enabled=false
etc..
How can I write one statement... such as..
dim n as integer
for n=1 to 10
do
optionbox(n).enabled=false
or something like this.
is it possible?
Thanks
Trava