Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
datanibbler
Champion
Champion

CRLF in a messagebox?

Hi,

I wonder, can I somehow build a CRLF into a messagebox?

I am already building a variable >> v_msg << which I am later using in the messagebox and I actually have a >> chr(10) << in that variable - but it does not seem to have any effect. It works, but the text is still displayed in one line with a scrollbar.

What do I have to do to make that work?

Thanks a lot!

Best regards,

DataNibbler

1 Solution

Accepted Solutions
marcus_sommer

Hi DataNibbler,

try it with: chr(13) & chr(10).

- Marcus

View solution in original post

2 Replies
marcus_sommer

Hi DataNibbler,

try it with: chr(13) & chr(10).

- Marcus

datanibbler
Champion
Champion
Author

Cool! Thank you!

I had just used chr(10) as that usually works - but I didn't yet know chr(13).

It's always exciting to learn new tricks.

Best regards,

DataNibbler