Difference between revisions of "BOLD()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Function to display highlighted text | Function to display highlighted text | ||
Line 26: | Line 22: | ||
==Products== | ==Products== | ||
− | Recital | + | Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
+ | [[Category:Screen Environment]] | ||
+ | [[Category:Screen Environment Functions]] |
Latest revision as of 15:56, 27 November 2009
Purpose
Function to display highlighted text
Syntax
BOLD(<expC>)
See Also
BLINK(), MESSAGE, REVERSE(), SET MESSAGE, SET SCREENIO, UNDERLINE()
Description
The BOLD() function displays the specified character expression <expC> in bold face on the screen. SET SCREENIO must be ON for the BOLD() function to operate.
Example
@2,1 say bold("PATRON INFORMATION")
Products
Recital