Page 1 of 1

Number of line really printed on PRINT DATA

Posted: Fri Jun 05, 2015 9:29 pm
by hmgchang
Dear Masters,

In this comamnd,

@ <Row> , <Col> PRINT [ DATA ] <xData>

[ TO <nToRow> , <nToCol> ]

[ FONT <cFontName> ]

[ SIZE <nFontSize> ]

[ BOLD ]

[ ITALIC ]

[ UNDERLINE ]

[ STRIKEOUT ]

[ COLOR <aColor> ]

[ RIGHT | CENTER ]


- If the printed width of xData is longer than the given region colWidth (<nToCol>-<Col>), the command will wrap the< xData to the next
line and so on. How to know/calculate numbers of line will really printed in advance, so that I can expand the <nToRow> to fit
the lines.


TIA.


best rgds,
Chang