REVERSE()

From Recital Documentation Wiki
Revision as of 15:20, 7 December 2009 by Helengeorge (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Purpose

Function to display text in reverse video


Syntax

REVERSE(<expC>)


See Also

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


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 for the REVERSE() function to operate.


Example

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


Products

Recital