GEBRUIKERSHANDLEIDING

When ISBN (EAN) is selected with the parameter “t130” or “T130”: Same rules apply as for “t5” or “T5”

When ISBN (UPC-E) is selected with the parameter “t131” or “T131”:

Same rules apply as for “t6” or “T6”

Is EAN 128 set A, set B of set C geselecteerd met respektievelijk de parameter “t132” of “T132”, “t133” of “T133” of “t134” of “T134”:

dan gelden de zelfde regels als voor “t12” of “T12”, “t13” of “T13”, of “t14” of “T14”.

Box Drawing ESC i … E (or e)

“E” or “e” is a terminator.

Line Block Drawing ESC i … V (or v)

“V” or “v” is a terminator.

Expanded Character Data Start n = “l” or “L”

Data that follows “l” or “L” is read in as expanded character data (or labeling data). Expanded character data must end with the “ \ ” code (5CH), which also terminates this command.

[Example Program Listings]

WIDTH "LPT1:",255

'CODE 39

LPRINT CHR$(27);"it0r1s0o0x00y00bCODE39?\";

'Interleaved 2 of 5

LPRINT CHR$(27);"it1r1s0o0x00y20b123456?\";

'FIM

LPRINT CHR$(27);"it3r1o0x00y40bA\";

Appendix–74