If I use GetSubstring() to request text with a specific LineTerminator does it apply to ALL the text or just to text that is not within quotes?
I was assumming it applied to all text since quotes may not always denote strings but I wanted to check.
A user has reported \r characters causing problems for them even though I select the string using the CarriageReturn option.
I thought that meant it would return only \n at the line ends and therefore there could not be any \r characters in the string.