REVERSE()

From Recital Documentation Wiki
Revision as of 16:30, 20 March 2009 by Yvonnemilne (Talk | contribs)

Jump to: navigation, search

REVERSE()

Class

Input/Output


Purpose

Function to display text in reverse video


Syntax

REVERSE(<expC>)


See Also

BOLD(), BLINK(), UNDERLINE(), SET SCREENIO


Description

The REVERSE() function displays the specified character expression <expC> in reverse video on the screen. Key words in MESSAGE commands can be reversed to make them stand out. SET SCREENIO must be ON (default is off), for the REVERSE() function to operate.


Example

@3,3 say "press " + reverse("ENTER") + " key."


Products

Recital Mirage Server, Recital Terminal Developer