No, it certainly does not remove anything
Maybe I misspoke. Let me put it this way: When I use only the
Copy function to get the data, the
<br /> tags that
appeared to be in the source were not present (and apparently replaced by three CRLF's) in the imported text. No other tags "disappeared." Is this thing even a tag? It appears by itself, with no
<br>.
Then you can replace those with one line break.
Maybe whatever is going on with this
<br /> is mute. Can you just show me how to replace multiple line breaks with one?
StringReplace doesn't seem to do anything when I use
#13#10 as
OldPattern or
NewPattern.