??? example
The following examples present four alternative methods for sending Esc-E to a Hewlett_Packard Laserjet to reset the printer:
??? CHR(27)+"E" && function/ASCII code + letter
??? "{ESC}E" && control character specifiers
??? "{27}{69}" && ASCII only
??? "{27}E" && ASCII and letters