589
'BLACK' & '_BLACK' Mnemonics
Colour Text
Format
Foreground: 'BLACK'
Background: '_BLACK'
Description
All input or output following this mnemonic will be in black foreground or
background.
Example
INPUT '_CYAN','BLACK',"Please enter your name: ",Name$,
'BLUE' & '_BLUE' Mnemonic
Colour Text
Format
Foreground: 'BLUE'
Background: '_BLUE'
Description
All input or output following this mnemonic will be in blue foreground or
background.
Example
INPUT '_BLUE','WHITE',"Please enter your name: ",Name$,
'BM' Mnemonic
Begin Output of Markup Files
Description
Use 'BM' to begin output of markup files containing embedded mnemonics. For
instance, in the ProvideX *VIEWER*, 'BM' sends all data directly to the print file without
interpretation in tokenized format (except for 'FF' , 'CR', and 'LF' mnemonics, which are
output as 0C, 0D, and 0A respectively). This allows you to send print jobs to any
'BO' Mnemonic
Begin Output Transparency
Description
Use 'BO' to begin output transparency mode. (All printed output is sent directly to
the display device without checking for embedded mnemonics; i.e., $1B$ (Esc)
followed by the mnemonic code.) Use 'EO' to end output transparency mode.