Difference between revisions of "SET BORDER"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Changes bordering | Changes bordering | ||
Line 15: | Line 8: | ||
==See Also== | ==See Also== | ||
− | ACHOICE() | + | [[@...MENU]], [[ACHOICE()]] |
Line 25: | Line 18: | ||
==Example== | ==Example== | ||
− | < | + | <code lang="recital"> |
// menu framed with double line | // menu framed with double line | ||
set border to double | set border to double | ||
− | menu1 = achoice(4,5,15,20,files)</ | + | menu1 = achoice(4,5,15,20,files)</code> |
==Products== | ==Products== | ||
− | Recital | + | Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Commands]] | [[Category:Commands]] | ||
− | [[Category:Set_Commands]] | + | [[Category:Set_Commands|BORDER]] |
+ | [[Category:Screen Environment]] | ||
+ | [[Category:Screen Environment Set Commands]] |
Latest revision as of 16:47, 12 November 2009
Purpose
Changes bordering
Syntax
SET BORDER TO SINGLE | DOUBLE | PANEL | NONE
See Also
Description
The SET BORDER command changes the bordering of menus and @... commands from the default setting. The SINGLE option will draw single lines, whereas the DOUBLE option will draw double lines around menus and boxes. The PANEL option will cause the box to be drawn in reverse video. The NONE option disables bordering altogether.
An option must be specified with the SET BORDER command. The SET BORDER TO NONE command can be used to disable the default bordering of menus such as in the ACHOICE() function.
Example
// menu framed with double line set border to double menu1 = achoice(4,5,15,20,files)
Products
Recital