12-27-2007 06:27 AM
12-27-2007 07:44 AM
12-27-2007 09:06 AM
12-27-2007 09:45 AM - edited 12-27-2007 09:49 AM
12-27-2007 11:02 AM
12-27-2007 12:31 PM
12-27-2007 12:58 PM
The EOL should be 2 characters, because it is 2 characters, regardless of your view. They are supposed to be non-printing characters in normal view, but shoud be there regardless. Although Windows has destroyed their meaning, a \r should take you back to the begging of the current line. The \n should take you to the next line in the same position you are in on the current line. The proper EOL should be \r\n if you want to be at the beginning of the next line.
@nrp wrote:
The EOL should not be two characters in normal string view, only in hex view.
12-27-2007 01:02 PM
12-27-2007 01:15 PM
Only if it is first. Change the string so it is 0A 0D instead of 0D 0A. The 0A will be displayed as the space.
@waldemar.hersacher wrote:
The '0D' character is displayed as a space.
12-27-2007 03:12 PM