It seems that all line breaks must be carriage return/line feed. Here’s what we did that seemed to fix this issue:
$BodyText:=Replace string($BodyText;"\r\n";"\r";*) $BodyText:=Replace string($BodyText;"\n";"\r";*) $BodyText:=Replace string($BodyText;"\r";"\r\n";*) ---------- Jeff Grann SuccessWare, Inc. > On Apr 16, 2019, at 10:23 PM, snicklin via 4D_Tech <[email protected]> > wrote: > > Hi Dave, > > I've seen this too, in v16 and v17. Did anything ever come of this? > > Steve ********************************************************************** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

