Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

...


Use the regular ERROR() command for this task. 

...

Adding Line-breaks

For line breaks, include use Char = 10 and 13.Also , also known as carriage return (CR) and line feed (LF) "CRLF").

Use MobToolbox.CRLFSeparator() or MobToolbox.CRLFSeparator()

Examples

Error('Line%1breaks%1here', MobToolbox.CRLFSeparator());

...

SuccessMessage := StrSubstNo('Line%1breaks%1here', MobToolbox.CRLFSeparator());

...