Hi I need some help,
I have multiple Buttons (12 at the moment), all have the same id with following letter.
"BtnA", "BtnB", "BtnC" and so on.
each btn opens up a function, same action but different ID container.
for example :
"BtnA" open "containerA" and do function (BLA)
"BtnB" open "containerB" and do function (BLA)
"BtnC" open "containerC" and do function (BLA)
and so on.
I have a code that working but it contains more than 500 lines...
I am looking a way to short it up.
Many thanks