PRINT
  

Prints data.

SYNTAX

@ <Row> , <Col> PRINT [ DATA ] <xData>
[ TO <
nToRow> , <nToCol> ]
[ FONT <
cFontName> ]
[ SIZE <
nFontSize> ]
[ BOLD> ]
[ ITALIC> ]
[ UNDERLINE> ]
[ STRIKEOUT> ]
[ COLOR <
aColor> ]
[ CENTER | RIGHT ]

 

<xData> type can be character, numeric, date, logical or memo.

Logical data is shown as 'Yes' or 'No' (translated according selected language).
If <
xData> is multi-line text (character or memo types), you must specify TO <nToRow> , <nToCol> optional parameters.
When <
xData> type is numeric, digits are printed begining exactly at specified position (without leading spaces).
Units: <
Row> , <Col> units are milimeters.