Tally T5023+ Programming Manual page 46

Multi-functional flat bed printer
Table of Contents

Advertisement

Notes about command description
Example:
BEGIN
PRINTLF("Print page with bottom margin")
CALL LINE PRINT
PRINT(char(27),"O")
PRINTLF("Print page without bottom margin")
CALL LINE PRINT
END
BEGIN LINE PRINT
SET N = 0
REPEAT
SET N = N + 1
PRINTLF("Line", N,"after title")
UNTIL N = 6
END LINE PRINT
Explanation of the pseudo code instructions:
Function
1
Instruction block
2
Loop
3
Alternative
4
Initializing
5
Changing variable value
6
Subprogram call
7
Printing without line feed
7
Printing with line feed
7
Control characters
8
Evaluation of printer response
(read data)
(Further explanations on 1, 2, ... , 8 see next pages)
36
Coding
BEGIN/END
REPEAT/UNTIL
IF...THEN...ELSE ...
SET variable = value
SET variable = variable +/- value
CALL subprogram name
PRINT (arguments)
PRINTLF (arguments)
char(x) or char(a,...,n)
GET (arguments)
T5023/5023+ - Programming Guide
Standard commands
abort criterion

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

T5023

Table of Contents