box (not supported in Axiell Collections)

Syntax

stat = BOX(row1, col1, row2, col2)

Arguments

row1, col1, row2, col2, stat: integer

Platform

DOS (not supported in Axiell Collections and RunAdapl)

Meaning

Draws a rectangle with as coordinates for the top left corner: row row1, column col1, and as bottom right corner, row row2, column col2. The result is '0' if the operation is successful, otherwise '1'.

Example

BOX(10, 10, 15, 15)

Result

Draws a rectangle from row 10, column 10 to row 15, column 15.