Option _Explicit Keyword(s) of day XXX:
#19
I like using Camel style and mod all globals: Shared, Const, Subs and Functions, names start with capital letter and all locals use lower case for first letter. Then when I type all lower case good ole IDE corrects for caps if it recognizes the variable, no correction means look for error. Local variables should usually be in sight of where you are at in code.

So another way to get along without Option _Explicit.
b = b + ...
Reply


Messages In This Thread
RE: Option _Explicit Keyword(s) of day XXX: - by bplus - 06-08-2023, 01:49 PM



Users browsing this thread: 7 Guest(s)