I have this command
nAlignOriz:= 1
nAlignVert:= 1
oPrn:Box(X, Y, Z, K,;
{ CLR_WHITE, 1 }, CLR_WHITE, ;
{cText, oFnt, nColorFont, SetAlign(nAlignOriz,nAlignVert) }, ;
"CM" )
the function Setalign returns the string "TL"
but it doesn't print anything for me
nAlignOriz:= 3
nAlignVert:= 3
then I see ctext on Page Preview
where is the error ?