4 escape sequence summary – AMT Datasouth 41AY89AR777 User Manual
Page 94
Attention! The text in this document has been recognized automatically. To view the original document, you can use the "Original mode".

4.4.4
ESCAPE SEQUENCE SUMMARY
SEQUENCE
BASIC
SYNTAX
FUNCTION
ESC % SOH NUL
CHR$(27);"%";CHR$(1);CHR$(0);
Selects user defined
characters to be
printed.
ESC % NUL NUL
CHR$(27);"%”;CHR$(0);CHR$(0);
Selects standard
ROM based
character to be
printed.
ESC&C
CHR$(27);"SC";
Deletes all user
defined characters.
ESC “&” s n m a pi
p2...p11
CHR$ (27);"£”;CHRS
(s)
;CHR$(n) ;
CHR$
(m)
;
CHR$ (a) ;CHR$ (pi) ;CHR$ (p2) ; . . .
CHR$(pll);
Downloads a user
defined draft
character.*
ESC “&” s n m a pi p2
...pi 9
CHR$(27) ;”&”;CHR$(S) ;CHR$(n) ;
CHR$
(m);
CHR$(a);CHR$(pi);CHR$(p2);...
CHR$(pl9);
Downloads a user
defined memo
character.*
*See Paragraph 4.4.1 for a detailed explanation of the variables in these escape
sequences.
4-35