add blank page with text on PDF output
Hi, How can I add a blank page with some texts between plots. See the code below. Thanks. Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Football.jmp" );
wf=new window("final");
wn = New Window("Bivariate",
Bivariate(Y(:Name("Height")),
X(:Name("Weight")),
Histogram Borders(1)));
wf << append(wn);
...
//
// add a blank page here with some text?
//
wn = New Window("Bp",
Bubble P