Difference between revisions of "REVERSE()"

From Recital Documentation Wiki
Jump to: navigation, search
Line 1: Line 1:
=REVERSE()=
 
 
 
 
==Class==
 
==Class==
Input/Output
+
Screen Environment
  
  
Line 15: Line 12:
  
 
==See Also==
 
==See Also==
[[BOLD()]], [[BLINK()]], [[UNDERLINE()]], [[SET SCREENIO]]
+
[[BOLD()]], [[BLINK()]], [[SET SCREENIO]], [[UNDERLINE()]]
  
  
Line 32: Line 29:
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 +
[[Category:Screen Environment]]
 +
[[Category:Screen Environment Functions]]

Revision as of 13:53, 3 June 2009

Class

Screen Environment


Purpose

Function to display text in reverse video


Syntax

REVERSE(<expC>)


See Also

BOLD(), BLINK(), 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 (default is off), for the REVERSE() function to operate.


Example

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


Products

Recital Mirage Server, Recital Terminal Developer