Difference between revisions of "BLINK()"

From Recital Documentation Wiki
Jump to: navigation, search
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Class==
 
Input/Output
 
 
 
 
==Purpose==
 
==Purpose==
 
Function to display blinking text
 
Function to display blinking text
Line 12: Line 8:
  
 
==See Also==
 
==See Also==
[[BOLD()]], [[MESSAGE]], [[REVERSE()]], [[SET MESSAGE]], [[SETSCREENIO]], [[UNDERLINE()]]
+
[[BOLD()]], [[MESSAGE]], [[REVERSE()]], [[SET MESSAGE]], [[SET SCREENIO]], [[UNDERLINE()]]
  
  
Line 28: Line 24:
  
 
==Products==
 
==Products==
Recital Terminal Developer
+
Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 +
[[Category:Screen Environment]]
 +
[[Category:Screen Environment Functions]]

Latest revision as of 15:57, 27 November 2009

Purpose

Function to display blinking text


Syntax

BLINK(<expC>)


See Also

BOLD(), MESSAGE, REVERSE(), SET MESSAGE, SET SCREENIO, UNDERLINE()


Description

The BLINK() function displays the specified character expression <expC> flashing on the screen. SET SCREENIO must be ON (default is off), for the BLINK() function to operate.


Example

if value < 0 or value > 10
    @23,0 say blink("Out of range")
endif


Products

Recital