Have a Question?
Print

00005: ERROR=29 occurs when trying to send an escape sequence to a printer

Title:

ERROR=29 occurs when trying to send an escape sequence to a printer

Description:

ERROR=29 occurs when trying to send an escape sequence to a printer after using the ‘BO’ mnemonic.

Resolution:

Translate escape sequence to hex and place in a string variable. Example: 

>LET A$=$1B41$ 

Then, use the “begin output transparency” (‘bo’) and “end output transparency” (‘eo’) mnemonics to slip the escape sequence through the channel to the printer: 

>PRINT (CHAN) ‘BO’,A$,’EO’,



Last Modified: 12/17/1997 Product: PRO/5 Operating System: All platforms Error Number: 29

BASIS structures five components of their technology into the BBx Generations.

Table of Contents
Scroll to Top