Hi All, I have a Text Constant written as below Purchase Order: %1 Supplier: %2 Description: %3 Rejected By: %4 Reason: %5 Value(Exc. VAT): %6 My function is written as below to output this into an email. EXIT(STRSUBSTNO(LtxtConst1112,VrecALE."Header No.",LtxtVendor,VrecALE."Document Type Description",VrecALE."Cancelled by", VrecALE."Rejection Reason",DecimalToText(VrecALE."Approval Value"))); The output in my email however looks like below The "As originator is meant to be the top line and indented in front of this. Why isn't this showing? No other modifications to the text are made.
↧