On Wed, 22 Jan 2025, David G. Johnston wrote:
The value has a line break break character sequence at that point (I forget if it has any awareness of CR and CRLF differences…)
David, Ah! A newline (\n). Thanks very much. I fix the row with an update and now I understand that the original input line was wrapped. Much appreciated, Rich