SHOWS THE NORMAL BORDER OF THE SYSTEM OBJECT NUMBER N (FORM)
ACTION
The command BORDER_NORMAL N shows the normal border of the system object number N.
The system object is a FORM.
Remark: the border can be hidden by command BORDER_HIDE or reduced by command BORDER_SMALL.
SYNTAX:
BORDER_NORMAL N
USE ERROR EXAMPLE
rem hide border of FROM0
border_hide 0
wait 200
rem give again a normal size to the border
border_normal 0
BORDER_NORMAL
BORDER_NORMAL N
SEE ALSO
BORDER_SMALL
BORDER_HIDE