I have appended 3 tables together (zplsupp, zndmas, and zbkpayee) which contain only a few similar fields. Currently when the script is run the recordsets are produced on 1 line. Rather than put a 'PRINT' statement to print onto the next line I woukd rather use a wordwrap statement. I have found on the MS website a wordwrap property

ie <P STYLE="word-wrap:break-word; width:100%; left:0">

the script that I am using:
"OUTPUT
{wordwrap breakword}
left margin 0
right margin 330
top margin 0
bottom margin 2
page length 66
END"

However, the wordwrap statement does not work.

Does anyone know what to do?