IntegerWriteLineToPage(Integer iPageNr String sText Integer iTextLen Integer iLineFeed Integer iWriteToCol Integer iDecimal)
*** Writes a line to a pagenumber using active fonts.
*** If you are using columns it will write the text to
*** specified column. 0= Don´t use column.
*** If you send -1 it will be treated as a string.
*** If send a number it will indicate that it´s a number
*** and how many decimals you want.
*** Returns PRN_FALSE=Error or PRN_TRUE
*** TRUE=Linefeed (writeln) FALSE=No linefeed (write)
***