SHOWS THE BORDER OF THE SYSTEM OBJECT NUMBER N (FORM) WITH A REDUCED SIZE
ACTION
The command BORDER_SMALL N shows the border of the system object number N with a reduced size.
The system object is a FORM.
Remark: the border can be hidden by command BORDER_HIDE or set at the normal size by command BORDER_NORMAL.
SYNTAX:
BORDER_SMALL N
USE ERROR EXAMPLE
rem give a reduced size to FORM0 border
border_small 0
BORDER_SMALL
BORDER_SMALL N
SEE ALSO
BORDER_NORMAL
BORDER_HIDE