View Single Post
  #4  
Old December 28th, 2003, 10:21 AM
Fyron's Avatar

Fyron Fyron is offline
Shrapnel Fanatic
 
Join Date: Jul 2001
Location: Southern CA, USA
Posts: 18,394
Thanks: 0
Thanked 12 Times in 10 Posts
Fyron is an unknown quantity at this point
Default Re: Error Reporting Bugs

Quote:
Originally posted by se5a:
if you leave an extra blank line between the componants it wont load the componants under extra blank line...
That is not necessarily a typo sort of error that produces no error message though, as 2 blank lines is one of the signals to end the file (the line of = signs also ends it, or some other sequence of characters involved in that part that says end). Everything after the "end" of the data is treated as comments. There should be some error checking though, to check the next lines and if the first non-blank line has the string "Name" on it, it should either error or just continue reading. This would have to still check the = ending though, so you can have comments at the end that include component entries.
__________________
It's not whether you win or lose that counts: it's how much pain you inflict along the way.
--- SpaceEmpires.net --- RSS --- SEnet ModWorks --- SEIV Modding 101 Tutorial
--- Join us in the #SpaceEmpires IRC channel on the Freenode IRC network.
--- Due to restrictively low sig limits, you must visit this link to view the rest of my signature.
Reply With Quote