Hey Everyone.
This may seem a bit trivial but it's something I spent WAY TOO LONG trying to figure out.
in short, for all you VB programmers that are used to vbCrLf to take care of any new lines the combination equivilent is "\r\n".
For me this came into play when attempting to write to a log file and the only newline character I was giving it "\n". On a win32 system under notepad this was coming as a box character that did nothing.
Low and behold. I thought well maybe I need a carriage return "\r" like in VB. wah lah. new lines like grandpa used to make.
Martin I don't suffer from insanity.
I enjoy every minute of it.
This may seem a bit trivial but it's something I spent WAY TOO LONG trying to figure out.
in short, for all you VB programmers that are used to vbCrLf to take care of any new lines the combination equivilent is "\r\n".
For me this came into play when attempting to write to a log file and the only newline character I was giving it "\n". On a win32 system under notepad this was coming as a box character that did nothing.
Low and behold. I thought well maybe I need a carriage return "\r" like in VB. wah lah. new lines like grandpa used to make.
Martin I don't suffer from insanity.
I enjoy every minute of it.