Difference between revisions of "UNDERLINE()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) (→Products) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Function to display underlined text | Function to display underlined text | ||
Line 12: | Line 8: | ||
==See Also== | ==See Also== | ||
− | [[BLINK()]], [[BOLD()]], [[REVERSE()]], [[SET SCREENIO]] | + | [[BLINK()]], [[BOLD()]], [[CENTER()]], [[REVERSE()]], [[SET SCREENIO]] |
Line 27: | Line 23: | ||
==Products== | ==Products== | ||
− | Recital | + | Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Functions]] | [[Category:Functions]] |
Latest revision as of 16:45, 8 December 2009
Purpose
Function to display underlined text
Syntax
UNDERLINE(<expC>)
See Also
BLINK(), BOLD(), CENTER(), REVERSE(), SET SCREENIO
Description
The UNDERLINE() function displays the specified character expression <expC> underlined on the screen. Key words in MESSAGE commands can be underlined to make them stand out. SET SCREENIO must be ON (default is off), for the UNDERLINE() function to operate.
Example
@3,3 say "Hit " + underline("ENTER") + " key."
Products
Recital