Hi,
you can try this.
In PlanetPress Design,
- Double click on the Data Pane
- In the Data Selector, choose Emulation: User Defined
- Click on the Use PlanetPress Talk Editor button
- Delete all the code lines that are in the right pane
- Copy and paste theses code lines in the Planet Press Talk editor pane:
if((pos('--pagebreak--',&str)>0) and (¤t.line>1))
doform()
clearpage()
endif()
set(¤t.line,¤t.line + 1)
store(¤t.line,&str)
if(ge(¤t.line,¤t.lpp))
doform()
clearpage()
endif()
Hope this helps