How to limit long variable strings/texts

In some cases, the variables can be quite long.
And invoking them into texts can result in the variable content flowing beyond the right margin of the screen.

To fix this, there are two options:

  1. Use $var:test:limit$

  2. In the editor, use format>special>Max Text Width (100,200,300)
    This creates a HTML CSS class that limits the text with and forces a row break.