01-23-2026, 04:26 AM
(01-23-2026, 03:24 AM)Unseen Machine Wrote: To me the suffix dims it as i use it so KB$ = or ANum& = etc...FORCING ME to declare a value implicitly before i can inference it is just as mad as linking unused libs when compiling!
youre tired so youll agree!
Me
Reread what I was saying.
Using ANum& is all fine and dandy. But will your tired eyes notice it when you type ANun& in the middle of a line of code that scrolls across the screen, in the middle of a 2000 line subroutine what's nothing but math and formula and calculations?
What about when you have a variable called Gray = _RGB(128, 128, 128) and then in you code you want to LINE (x,y)-STEP(w,h), Grey, BF?
Will your brain even pick out that you've screwed up on that line? Or are you going to spend endless hours trying to debug what's working 100% perfectly -- just not as you intended.
The code isn't broke. There's nothing for the IDE to catch. No way to warn you or scream at you or slap you upside the head.
You'll spend countless hours screaming, "WHY! OH GOD WHY!! WTF IS WRONG WITH THIS!!!!!"
And one Option _Explicit would have told you the problem instantly.

