.TEXT SET BX LOC:Y
This subroutine sets the Y offset of the "current" Text Object .
Usage:
PASS <Y_location> FIELD SHARE? N
GOSUB 0CD .TEXT SET BX LOC:Y
* Check for error
IF 0CD .TEXT SET BX LOC:Y NE
Description:
This subroutine sets the Y offset of the "current" Text Object.
The parameter is optional, if blank or not passed it will be reset to the default value. If passed, the value must be between -999 - 999, and represents the pixel offset from the default location of the "current" text box.
See
.TEXT SET BX LOC to set the X and Y offsets or
.TEXT SET BX LOC:X to set the X offset individually.
Comments:
Read what other users have said about this page or add your own comments.
--
JeanNeron - 2011-11-18