Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 17 Next »

Description

You want to stop the process and return display a message to the user
Use the regular ERROR() command for this task. 

Using line breaks

For line breaks, include Char = 10 and 13.

Also known as carriage return (CR) and line feed (LF) "CRLF"

Examples

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


Tip: The same goes for "Successmessage"

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




  • No labels