Corrupted IrrINI-Project ... or somewhat like that.

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Sylence
Posts: 725
Joined: Sat Mar 03, 2007 9:01 pm
Location: Germany
Contact:

Post by Sylence »

They are read until the end of the line. So in your example the key would have the value "SOFTWARE DRIVER"
However they values and keys are trimmed. Keep that in mind if you have missing whitespaces at the end of the value ;)
Software documentation is like sex. If it's good you want more. If it's bad it's better than nothing.
TomTim
Posts: 72
Joined: Mon Aug 16, 2010 5:32 pm
Location: NRW, Germany

Post by TomTim »

Sylence wrote:They are read until the end of the line. So in your example the key would have the value "SOFTWARE DRIVER"
However they values and keys are trimmed. Keep that in mind if you have missing whitespaces at the end of the value ;)
Don't worry, I'll think about it. ;) Thanks for all your great help. :D
Post Reply