SeeView Manual

SeeView Statements and Script Symbols
HP NonStop SeeView Manual526355-004
9-88
RULER
This command draws a box:
###
# #
###
See also the LEFT, UP, and DOWN statements.
Example
This example shows how to use the RIGHT statement.
RULER
The RULER statement draws a ruler.
Considerations
If you enter the statement from a window, the ruler is drawn relative to the window.
Otherwise, the ruler is drawn on the current terminal page.
Example
Enter this example from a window to paste a video-highlighted ruler to the top of that
window.
RUN
The RUN statement starts a specified program and passes complete control of the
terminal to that program until the program is stopped or abends.
The RUN statement is useful for temporarily leaving the SeeView environment to run a
program that cannot execute within a window. Upon exiting this program, all windows
and their associated programs are returned to the same state as before the RUN
statement executed.
RIGHT:(w/2*12) {Moves right w/2*12 character positions
RULER
UP LEFT V(R D) RULER V();