Something else to try:
str CR = " 0x0D "; // Carriage return
// str LF = " 0x0A "; // Line FeedI developed escape codes for old line matrix printer. You may/ may not need to pad with spaces. I found that when passing AX data, such as sales order ID, I also had to replace "0" in the salesID with "0x30". There are other tricks, hopefully sysmailer is more forgiving... regards, Mark

