EasyManua.ls Logo

TallyGenicom MATRIX PRINTER 2150 - Example in Pascal

TallyGenicom MATRIX PRINTER 2150
216 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Example in Pascal program cpi_example;
uses printer;
const ESC = #27;
Text1 = “10 characters/inch”;
Text2 = “15 characters/inch”;
begin
writeln(lst,Esc,"[4w",Text1,ESC,"[6w",Text2,Esc,"[4w",Text1);
end.
Printout After the program has been completed the following text appears:
10 characters/inch 15 characters/inch 10 characters/inch
BACK
QUIT
?
PRINT
Reference manual Emulations
117

Table of Contents

Related product manuals