View Single Post
Old 11 January 2018, 10:30   #73
MickGyver
Registered User
 
MickGyver's Avatar
 
Join Date: Oct 2008
Location: Finland
Posts: 643
Quote:
Originally Posted by E-Penguin View Post
Thanks, that did it.

I have to leave a blank line at the bottom of the source file, otherwise I get a pop-up saying "Garbage at EOL". Is this normal?

My program is literally:
NPrint "Hello World!"
Your source file is probably using Windows style line breaks (CR+LF). In Notepad++ with your source file open, go to the menu Edit / EOL conversion and select Unix (LF).

EDIT1: What I said about line breaks is not the case, I tried this myself and could reproduce the same error. I somehow remember seeing this problem earlier. This might be a bug with SuperTED opening ascii files, so I guess you need to have blank line at the end to be safe, please someone correct me if I'm wrong!

EDIT2: I tested with a bigger source file, an empty line at the end was not needed there...

Last edited by MickGyver; 11 January 2018 at 10:40.
MickGyver is offline  
 
Page generated in 0.15143 seconds with 11 queries