dim

wheretheidivides

Active Member
Licensed User
Longtime User
If you do not dim a variable it is in red throughout the code. However, it compiles OK and installs. Is it me or in an older version it would not allow that? ANyways, should give an error.
 

derez

Expert
Licensed User
Longtime User
The default (when you do not dim) is a string. It becomes another type when assigned a velue.
 
Top