HTBasic Help
×
Menu
Index

LORG

Specifies the position of a LABEL relative to the current position.
 
 LORG numeric-expression
 
Usage:
LORG Origin
LORG 2
 
Example:
 
Description:
The LORG statement specifies the relative position of the LABEL with respect to the current pen position. The argument is rounded to an integer and has a range of one through nine. The default LORG origin is one. The values are as follows:
 
Left Values
Middle Values
Right Values
3 - left-top
6 - middle-top
9 - right-top
2 - left-center
5 - middle-center
8 - right-center
1 - left-bottom
4 - middle-bottom
7 - right-bottom
 
If the string length is odd, the horizontal center of the string is the center of the middle character.
 
See Also: