Function: WriteLineToPage

Module location: Df_print.pkg line 183 (view source)
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) ***

References (4):

ModuleContaining SymbolLine
Df_print.pkgDFWriteToPage1805
Df_print.pkgDFWritelnToPage1823
Df_print.pkgDFWrite1844
Df_print.pkgDFWriteln1865