SET BORDER

From Recital Documentation Wiki
Jump to: navigation, search

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