I'm sure there must be a simple way to do this, but I haven't got a clue.
I have many buttons of the same type, that I am managing with an array. How can I determine how many buttons I have, so I can include that in my DO loops?
In other words, how do I find the missing number -
For i = 0 to ??? <---- missing number
Thanks.
I have many buttons of the same type, that I am managing with an array. How can I determine how many buttons I have, so I can include that in my DO loops?
In other words, how do I find the missing number -
For i = 0 to ??? <---- missing number
Thanks.