<LINE>
Draws a line in the page.
Syntax:
<LINE [#bookmark] >
Two points are needed to draw the rectangle.
In the syntax <RECT> the <FROM> tag is the first one.
The TO point is always the current one, so the basic form of <LINE> is :
<R10><C5><FROM><R25><C30><LINE> (the <FROM> tag defines the starting point).
If you have defined a #3 bookmark :
draws a line between the bookmark #3 and row 25, column 30.
Note: lines are drawn with the value of <LINECOLOR> attribute.