SET SCREENIO
From Recital Documentation Wiki
Revision as of 13:38, 10 March 2009 by Yvonnemilne (Talk | contribs)
Contents
SET SCREENIO
Class
Recital Terminal Developer Environment
Purpose
Handle processing of character 255
Syntax
SET SCREENIO ON | OFF | (<expL>)
See Also
BLINK(), BOLD(), CHR(), REVERSE(), UNDERLINE(), SET CONSOLE, SET MAPCHAR, SET SCREENMAP,
Description
The SET SCREENIO command allows the programmer to handle processing of the special screen attributes character, CHR(255). Standard processing uses the screen attributes character to mark sections of the screenmap for special video attributes such as blink or reverse. The SET SCREENIO command allows for temporary disabling of the processing of CHR(255).
If SET SCREENIO is OFF, special processing is disabled and CHR (255) is displayed as a space character.
Example
set screenio off ? chr(255) set screenio on
Products
Recital Terminal Developer