BOX Mnemonic - Print Box
Syntax
'BOX'(col,row,cols,rows{,titlestr{,attribstr}})
Description
The 'BOX' mnemonic prints a box with the upper-left corner at col,row that is cols wide and rows high. If either cols or rows is zero, a single line will be printed with its origin at col,row and proceeding either to the right or down. If titlestr is given and the number of columns and rows permits, the titlestr will be placed in the top horizontal bar. In addition, if attribstr is given, it executes prior to either the box or titlestr being printed. The 'BOX' mnemonic can be used to print one or more characters.
Parameter |
Description |
col |
Column to serve as the starting point for the box. |
row |
Row to serve as the starting point for the box. |
cols |
Width in columns of the printed box. |
rows |
Height in rows of the printed box. |
titlestr |
Title text. |
attribstr |
String of mnemonics to be executed prior to either the box printing or the titlestr being printed. |