I have a title where have the following things going on:Entry field A collects text and stores in VAR AEntry Field B collects a text string and stores in VAR BTwo actions string VAR A and VAR B into VAR CAction that changes the contents of a text field to contents of VAR CHere's the problem. The contents of VAR A and VAR B can be long strings of text. I want to add line breaks between the contents of VAR A and VAR B when they plot as part of the Change Contents action. Any thoughts?