DevOutPict
Writes a PICTURE formatted value to the current device.
Syntax
DevOutPict( <expression>, <cPicture> [,<cColor>] ) --> NIL
Arguments
<expression> : Any valid expression to write to the device assigned by SET DEVICE command
<cPicture> : A valid PICTURE format string.
<cColor> : A valid color codes string for value to write. Default is current color setting
Returns
DevOutPict() always returns NIL
Description
DevOutPict() is a console function that outputs the value of an expression to the screen or the printer with defined PICTURE and color. Output device depens on current device.
Example
DevOutPict( CUST->DEBIT, "99,999.99" )
Seealso
@…SAY, Col(), DevOut(), DevPos(), QOut() | QQOut(), Row(), SET DEVICE, SetPos(), Transform()