Function: WriteLineToPositionInch

Module location: Df_print.pkg line 202 (view source)
IntegerWriteLineToPositionInch(Integer iPageNr String sText Integer iTextLen Integer iLineFeed Integer iCols Integer iDecimal)
*** Obsolete, replaced by WriteLinetoPositionInchEx *** Writes a line to a pagenumber using active fonts. *** at a given position in Inch from left margin *** 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) ***