if i have lets say 5 buttons named: "button1״ "button2״ "button3״ "button4״ "buttonn" and i want to run a for loop on their name like this: button[i].hidden = NO;
i know that button[i] will not work, its just for the example. what is the correct way to write it?