Tally T5023+ Programming Manual page 47

Multi-functional flat bed printer
Table of Contents

Advertisement

Standard commands
1
When defining subprograms, after BEGIN and END the subprogram
name is specified (for example, BEGIN LINE PRINT ... END LINE
PRINT).
2
The instruction within REPEAT ... UNTIL (loop body) are executed until the
abort criterion specified after UNTIL is fulfilled (for example, REPEAT ...
UNTIL N = 6). This pseudo code instruction is defined here in such a way
that the loop body is not executed if the abort criterion is already fulfilled
before the first loop run.
3
(for example, IF N = 50 THEN BEGIN ... END or IF n = 50 THEN CALL
NEW PAGE ELSE N = N+ 1)
4
(for example, SET
5
(for example, SET
6
(for example, CALL LINE PRINT)
7
The data transmission from the program to the document printer is to
be symbolized by means of the procedures PRINT and PRINTLF.
Depending on the arguments, these are control commands
(character(...)) or alphanumeric or numeric user data.
No carriage return (CR) is executed via the procedure PRINT. A line feed
(LF) and also a carriage return (CR) are defined via the procedure
PRINTLF. Depending on whether the printer parameter 'AUTO- CR + LF'
(= CR- HANDLING in the document printer menu) is activated or not, the
real conversion of the PRINTLF procedure must be
accordingly.
N=0)
N=N+1)
T5023/5023+ - Programming Guide
Notes about command description
programmed
37

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

T5023

Table of Contents