Why would I even discuss the matter if it was that simple. Both IDE's in my opinion should have puked for syntax not compile and run. The results were the same for both. I was going to create a temporary value f$. Realized I wasn't going to do anything more with f$. Decided to output the f$ directly to file. I did this: (the wrong way)
Do Until EOF(1)
Line Input #1, f$
p = InStr(17, f$, "\")
Print #2, f$ = Right$(f$, Len(f$) - p)
Loop
System
Forgot to remove the "f$ = ". My brain was on autopilot and fingers were just doing there thing. IMHO, the IDE's should have puked.
I made a Blonder not blunder, see a previous post thread.
Now, somebody is going to say the precompiler could not possibly find all faults. (Granted!), But we have taken so much to being true to QB45, Even errors are the same.
OK, let the bashing commence.