You’re offline. This is a read only version of the page.
Skip to main content
Dynamics 365 Community
Cancel
Get involved
Get answers
Discover events
Learn Dynamics 365
More
Search
Notifications
Announcements
No record found.
Community site session details
Session Id :
Copy
Close
Dynamics 365 Community
/
Blogs
/
Microsoft Dynamics AX Daily
/
Labels with line breaks
Labels with line breaks
Volodymyr Giginiak
Follow
Like
(
0
)
Share
Report
Labels can contain line breaks. For example, “Text1\nText2” (let it has ID @LBL1).
However, if you’ll try to display this label “as is”, the result will be not expected:
Box::info("@LBL1");
Gives
To get the expected message with line break strFmtLB() method should be used:
Box::info(strFmtLB("@LBL1"));
Gives
This was originally posted
here
.
Comments
*This post is locked for comments
Welcome,
Profile
Messages
My activity
Sign out
*This post is locked for comments