Macro: DFWRITELNCOL

Module location: Winprint_Commands.pkg line 57 (view source)

*** With the WRITECOL/LN commands you can use 2-4 arguments *** 1. Required = Text *** 2. Required = Column to write to *** 3. Not Req. = FonstStyle *** 4. Not Req. = Number of decimals *** !!! If you want to set decimals you MUST use all 4 arguments ***

 #IF (!0=4)
    Send DFWriteln of WinPrintID !1  !3 !2 !4
 #ENDIF
 #IF (!0=3)
    Send DFWriteln of WinPrintID !1  !3 !2 -1
 #ENDIF
 #IF (!0=2)
    Send DFWriteln of WinPrintID !1  FONT_DEFAULT !2 -1
 #ENDIF