It appears that if I DIM a variable in the globals section, then I cannot create local variables of the same name and have them actually created as local variables. It would be nice if the compiler balked when encountering these additional DIMs.
I'd like commentary on this phenomenon.
I originally tested numerous modules separately and discovered this situation when I integrated them into one program. By the way, what are the pros/cons of creating code modules?
I'd like commentary on this phenomenon.
I originally tested numerous modules separately and discovered this situation when I integrated them into one program. By the way, what are the pros/cons of creating code modules?