02-20-2025, 04:23 PM
(02-20-2025, 04:14 PM)Kernelpanic Wrote: Steve, I think there is a small error. With Option _Explicit this would not have happened.![]()
Code: (Select All)
Dim buttons(1) 'just two simple buttons for the demo
button(0) = MakeButton("Hello World")
button(1) = MakeButton("STEVE!")
Otherwise, interesting discussion!
And see... that's why you NEVER use Option _Explicit! It'd toss errors when the code works just fine without it.

Would you believe me if I said I left that glitch in there just to see who might actually take time to look at the code, and not just copy/run it?

.... Yeah.... I wouldn't believe that either!!


