.TEXT BX ALIGN
This subroutine sets the alignment (position) of the "current" text box.
Usage:
PASS <box_alignment> FIELD SHARE? N
GOSUB 0CD .TEXT BX ALIGN
* Check for error
IF 0CD .TEXT BX ALIGN NE
Description:
This subroutine sets the alignment (position) of the "current" text box. This is only applicable to text boxes you have created yourself via
.TEXT INITIALIZE.
<box_alignment> must be one of: Bottom Left, Bottom Center, Bottom right, left, center, right, top left, top center, top right, bottom, and top. This refers to the position of the text box on the current chart, not the text within the box.
If not passed or set to blank, the position will be cleared and the text box will not appear on the chart.
See
AlignmentSpecficiation for an explanation of the allowed values.
Comments:
Read what other users have said about this page or add your own comments.
--
JeanNeron - 2012-02-17