Genicom GEK 00031B User Manual

Page 65

Advertising
background image

GEK-00029B

5000 Series Programmer’s Manual

65

Example 4: GenPtrOpts | Group 2 Strap 13 IN

The oversize characters and the first line of normal printing are
aligned at the first print line. The second line of normal printing (Text
Text Text . . .) started printing one line below Strap 13 IN and
overprints the oversized text.

100 LPRINT CHR$(27);"[300;300B";
110 LPRINT CHR$(27);"[1|";
120 LPRINT "ABC";
130 LPRINT CHR$(27);"[400;600B";
140 LPRINT "ABC";
150 LPRINT CHR$(27);"[0|";

160 LPRINT CHR$(27);"[100;100B";
170 LPRINT "Strap 13 IN";
180 LPRINT "Text Text Text Text Text Text Text"

Example 5: GenPtrOpts | Group 2 Strap 13 OUT

Paper motion is not returned after printing oversized characters.

100 LPRINT CHR$(27);"[300;300B";
110 LPRINT CHR$(27);"[1|";
120 LPRINT "ABC";
130 LPRINT CHR$(27);"[400;600B";
140 LPRINT "ABC";

150 LPRINT CHR$(27);"[0|";
160 LPRINT CHR$(27);"[100;100B";
170 LPRINT "Strap 13 OUT";
180 LPRINT "Text Text Text Text Text Text Text"

Advertising