Hello,
I want to print a MULTILE get and use
oPRINT:cmSay(nRow1,12.2, MEMOLINE(aDatP[20]), oFont1,,CLR_BLACK,,PAD_LEFT )
also tested :
but shows 7 lines "AAAAAAAAAAAAAAAAA"
but doesn't work
Ok I can search for CRLF inside the get and cut the get in pieces
but maybe another solution ?

best regards
Uwe
I want to print a MULTILE get and use
oPRINT:cmSay(nRow1,12.2, MEMOLINE(aDatP[20]), oFont1,,CLR_BLACK,,PAD_LEFT )
also tested :
n := 1
WHILE n < 8
oPRINT:cmSay( nZeile1, 12.2, MEMOLINE(aDatP[20]), oFont1,,CLR_BLACK,,PAD_LEFT )
nZeile1+= 0.5 // linefeed
n++
ENDbut shows 7 lines "AAAAAAAAAAAAAAAAA"
but doesn't work
Ok I can search for CRLF inside the get and cut the get in pieces
but maybe another solution ?

best regards
Uwe
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.

