A display text action looks like this:
CODE
0x00000000.41000000.00000000.00000000.00000000.00000000.0000.09.00.04.000000
If you would not have an action, it would look like this:
CODE
0x00000000.00000000.00000000.00000000.00000000.00000000.0000.00.00.00.000000
String #65, referenced by the above example, has
CODE
0x0D0A.0D0A.0D0A.0D0A.0D0A.0D0A.0D0A.0D0A.0D0A.0D0A.0D0A
(11 Windows CR-LF pairs).
The display text action compresses better than 11 CR-LF pairs at the start of each displayed text. If you make a separate display text trigger, and with an advanced editor, you reuse the "clear screen" string every time, you are saving space compared to if you would include 11 newlines at the beginning of each string.
UED77