BD2-2880/2890 User’s Manual
57
GS :
Starting / Ending Macro Definition
<1D>H<3A>H
Specifying starting / ending macro definition.
Means termination when received while defining a macro.
Maximum content available for macro definition is 2048 bytes.
A portion exceeding 2048 bytes is not defined.
•
Even with ESC @ (initialization of the printer) having been executed, defined content is not
cleared. Therefore, it is possible to include ESC @ into the content of macro definition.
•
Normal printing operation is carried out even while in macro definition
•
Initially, Macro is not specified.
GS ^
LPRINT CHR$ (&H1D) + “: " ;
LPRINT "+
–––
+" + CHR$ (&HA);
LPRINT " | | " + CHR$ (&HA);
LPRINT "+
–––
+" + CHR$ (&HA);
LPRINT CHR$ (&H1D) + “: “;
LPRINT CHR$ (&H1D) + " ^ “;
LPRINT CHR$ (2) + CHR$ (10);
LPRINT CHR$ (0);
Nomal Printing during
Macro Definition
Printing during Macro Execution
[Function]
[Code]
[Outline]
[Caution]
[Default]
[See Also]
[Sample Program]
[Print Results]