Hellu.
Well, I'm working on this level-editor, and I've coded the program so when you're making a small tile, the URL to the object, the object number, its X and Z position are stored in strings in an extern .str file. Kinda like this:
ObjectURL$
Objectnumber$
ObjectpositionX$
ObjectpositionZ$
However, since I'm using the "Write to file"-command, an empty row always exist at the end of the file which is causing my main problem: it reads this empty row as a URL to an object it should load, but can't find it and is therefor returning the messege "Object doesn't exist".
Is there any way to remove this empty row inside the level-editor instead of manually removing by opening the file in notepads?
Thanks!
"Even though I'm ugly, I'm extreamly sexy!"