Difference between revisions of "SET BORDER"

From Recital Documentation Wiki
Jump to: navigation, search
(Class)
 
Line 1: Line 1:
 
 
 
==Purpose==
 
==Purpose==
 
Changes bordering
 
Changes bordering
Line 27: Line 25:
  
 
==Products==
 
==Products==
Recital Mirage Server, Recital Terminal Developer
+
Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]

Latest revision as of 16:47, 12 November 2009

Purpose

Changes bordering


Syntax

SET BORDER TO SINGLE | DOUBLE | PANEL | NONE


See Also

@...MENU, ACHOICE()


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