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 -
The root of my question was answered with ARR.LENGTH. I expected there would be a way, just like the LENGTH parm for a string, but it never occurred to me that it could be so straight forward.
I am now using this method throughout my program and it is working beautifully.