|
- Alex----- Original Message ----- From: "Doug Rogers" <rogers@innocon.com>
It seems like using "\n" would give an exact representation of the string even if it is written to a file that is shared between machines with different line termination characteristics. My experience with this sort of thing is that there was a reason for it, but the only reason I can come up with (allowing multi-line quoted strings) is easily dismissed by using '[['. Is it done this way explicitly so it can automatically pick up the LF/CR+LF of the host system when the string is re-read?