my goal, which eludes me at the moment, is to display some variables (using a dynamic text box) along with some static text, to output in the following manner:
line of fixed text here.
<varying amount of dynamic
text here>
more fixed text
<more dynamic text>
…
and so on… but i want to be able have text areas somehow link to eachother, so if theres a large amount of variable, theres no overlap, or if theres only a small variable content, theres no ‘blank’ area
is this possible?
thanks