%Newline() stops working halfway through email message
I am sending a notification email to a user when a request is completed. The email is drawn partly from a database, and is partly generated by code. About two thirds of the way through the email (in the code generated section) %Newline() stops working. I am still able to use procedure variables, but not %Newline(). Any…