Formatter is removing the space between =. For example... dim temp as single : temp = .01 becomes dim temp as single : temp =.01
Formatter is removing the space between =.
For example...
dim temp as single : temp = .01
becomes
dim temp as single : temp =.01