Difference between revisions of "UNDERLINE()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
==Class== | ==Class== | ||
− | + | Screen Environment | |
Line 26: | Line 23: | ||
@3,3 say "Hit " + underline("ENTER") + " key." | @3,3 say "Hit " + underline("ENTER") + " key." | ||
</code> | </code> | ||
− | + | [[Category:Screen Environment]] | |
+ | [[Category:Screen Environment Functions]] | ||
==Products== | ==Products== |
Revision as of 13:52, 3 June 2009
Class
Screen Environment
Purpose
Function to display underlined text
Syntax
UNDERLINE(<expC>)
See Also
BLINK(), BOLD(), 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 Mirage Server, Recital Terminal Developer