Command @...BOX Foundation
Outputs a box on the screen.
@ <nTop>, <nLeft>, <nBottom>, <nRight> BOX <cBoxString> ;
[COLOR <cColor>]
The command @...BOX displays a box at the specified coordinates using the defined characters. The color for the border can be optionally specified. The border is defined using <cBoxString>. The first eight characters are used to display the border. The first character of this string defines the top left corner of the box. The following characters are used to define the border in a clockwise order. The ninth character is used to fill the box. When the ninth character is missing, only the border is output and the screen area within the box remains unchanged.
The command @...BOX sets the cursor to the position <nTop>+1and <nLeft>+1. Row() and Col() then return these new values for the cursor position.
In the file Box.ch (in the directory \XPP\INCLUDE), various constants are defined for the borders of boxes. The correct display of the graphic characters of box borders requires an appropriate system font be installed.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.