A question in EPL programming:
I've to print several text lines with one command. The command Ap1, p2, p3, p4, p5, p6, p7, "DATA" prints text but always one line. With the option Vnn it should be possible to print more lines (about 1.000 characters in about 8 lines).
Can anybody give me the exact syntax and an example? Or any other ideas?
1 Replies
Hi Martin, EPL takes carriage returns and line feeds into account. Are you adding those characters into your text lines?
Robin