Archive: Small issue


Small issue
I'm reading from a file using ReadFileByte, because the file is not pure text.
However, when i look at it there are spaces within the file, and with FileReadByte, I never get any of the spaces on that line.

Is there a way to get the spaces in?

BTW, I'm using this script: http://nsis.sourceforge.net/archive/...ances=0,11,311

-Stu


Are you sure those are spaces and not characters your editor can not display? Use a hex editor and see if those are 0x20.


You're right...

Damn!

-Stu :(