Versions Compared

Key

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

Description

...


Use the regular ERROR() command for this task.

 

Using line breaks

For line breaks, include Char = 10 and 13. Also known as CRLF.


Examples

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




Tip, the same goes for "Successmessage"

...

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