MV.PRINT.BOX Function
Previous
Top
Next
Description
This routine will print ONE box only.
Syntax
MV.PRINT.BOX
(
TLC
,
TLR
,
Width
,
Height
,
Style
)
Variable
Description
Range/Comments
TLC
Top left column
0 to 999
TLR
Top left row/line
0 to 23
Width
Number of characters across
1 to 999
Height
Number of lines down
1 to 21
Style
4 attributes
See below
The variable
Style
comprises 4 attributes to determine how the box is generated:
Style
Description
1
Fill - 0 = no fill; a positive number indicates a fill colour.
2
Frame - 0 = no frame; 1 = frame; 2 = frame.
3
Not used
4
Heading (if applicable) to display centre top line of the box.
Remarks
None