Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
.TEXT SET TXT ALIGNThis subroutine sets the alignment of the text in the "current" text object.Usage:PASS <text_alignment> FIELD SHARE? N GOSUB 0CD .TEXT SET TXT ALIGN * Check for error IF 0CD .TEXT SET TXT ALIGN NE Description:This subroutine sets the alignment of the text in the "current" text object. <title_alignment> must be one of: Bottom Left, Bottom Center, Bottom right, left, center, right, top left, top center, top right, bottom, and top. If not passed or set to blank, the default position will be used. 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 - 2011-11-18 |