Genicom GEK 00031B Printer User Manual


 
Chapter 7. Dec LG/Compaq LG Plus Emulation GEK-00029B
164
DECDLG Delete Logo Sequence:
Delete logo from printer
memory. P1 defines the logos to be deleted.
Indeterminate Conditions
When P1 = 0, P2 through Pn make up the ID of the logos to be
deleted.
When P1 = 3, All stored logos are deleted.
Deleting a logo within a form is not allowed.
Decimal: 155 P1 59 P2 59 ... Pn 59 38 124
Hex: 9B P1H 3B P2H 3B ... PnH 3B 26 7C
BASIC: CHR$(155);CHR$(P1);CHR$(59);CHR$(P2);CHR$(59);
...;CHR$(Pn);CHR$(59);"&|";
DECILG Select Logo Sequence:
Prints the selected logo contained in printer
memory.
Pn
defines the ID of the selected logo.
Indeterminate Conditions
If no logo exists for the ID specified, the sequence is ignored.
At the end of a select logo sequence, the cursor remains in the
starting position.
Decimal: 155 Pn 38 125
Hex: 9B PnH 26 7D
BASIC: CHR$(155);CHR$(Pn);"&}";