I have created a fairly extensive journal and would like to add lines of text between i.e., graphs, as this will help the users know what the following reports and graphs are about. I have tried the following (a solution from a prior question in the forum):
w1 = New Window ("Reports", <<Journal,
hlb = H List Box(
lub = Lineup Box(
tb1 = Text Box( "************************ TEST TEXT ************************" )
)));
However, this splits my journal into multiple windows, and that is undesirable.
Is there a way to insert lines of text between graphs and reports in a Journal?