Here’s my situation: I’ve got thirteen buttons that need are set from
button1.enabled=false;
button2.enabled=false;
to
button1.enabled=true;
button2.enabled=true;
etc. ad nauseum - and this will be set on each instance of the thirteen buttons. That’s a lot of code! There’s got to be a way to set a variable, or something, that condenses it all into one or two quick lines. But I can’t figure it out, nor find it in any text or resource I’ve searched. I’m not ven sure how to look for this kind of thing.
So, anyone with any ideas, I’d be very grateful for the help!