I try to print a n array with Printtable and I had this

the array I used have 3 row and 9 columns
Why the box is printed in that type ?
then How I can make to have the grid ?
mytest

the array I used have 3 row and 9 columns
Why the box is printed in that type ?
then How I can make to have the grid ?
mytest
Function Stampa_Tabella(aschema)
local oPrn, oFont, oBold
local nPgWidth, nPgHeight
local aCrops, cText
PRINT oPrn PREVIEW
DEFINE FONT oFont NAME "Courier New" SIZE 0,-11 BOLD OF oPrn
DEFINE FONT oBold NAME "VERDANA" SIZE 0,-30 BOLD OF oPrn
PAGE
oPrn:PrintTable( 4, 2, aschema, 4, 4, oFont, .t., "Scheme n°", "CM" )
ENDPAGE
ENDPRINT
RELEASE FON oFont, oBold
return nilSince from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com

