MichaelQ wroteStill can't get it to work.
Here is the process code:
DISPLAY MESSAGE 'User: ' + LoggedInSystemUser.LoginName + SystemSettings.CR +
' Access Level: ' + LoggedInSystemUser.AccessLevel
SystemSettings.CR is defined as html format text.
I have tried "initial value" of:
CR
<cr>
<br>
What am I missing?
Thanks
Michael
Mike, if I understand you correctly, all you need in your message is to add a '</br></br>' in your display message and takes you to new line.
Here is a simple message:
DISPLAY MESSAGE 'Thank you for registering your info.</br></br>
Once your information is verified, your account will be created and you will receive an email to activate your account.</br></br>'