HPOS | (OPS1200 Display and Keyboard Only) |
Move the horizontal cursor position | |
Format: | HPOS {value} |
Group: | Character I/O |
Units: | none |
See also: | VPOS, OPEN |
This command moves the horizontal position of the cursor on the LCD screen after evaluating the expression. The value is a number from 0 to 39, in increments of 1. A “0” will place the cursor at the extreme LEFT of the 40 character screen.
Note that this command will only work if the OPS: device has been opened using the “OPEN” command.
The following example sets the cursor position to character space 2 from the left:
Usage example:
HPOS 1
16 | OPS1200 User’s Manual |