SeeView Manual
SeeView Statements and Script Symbols
HP NonStop SeeView Manual—526355-004
9-23
BELOW
Example
This example demonstrates how to use the BELL statement:
BELOW
The BELOW statement sets the current buffer address to the screen position just
below the last menu referenced. Use the BELOW statement to position a window or
menu directly below the last referenced menu. This statement provides a convenient
way of specifying the screen buffer address that is just below the last menu, rather
than having to calculate that address.
Considerations
The BELOW statement has the same meaning as:
LINE #MenuLine + #MenuHeight, #MenuCol;
Example
This example demonstrates how to implement the BELOW statement:
This example provides the following output:
IF NOT ok THEN BEGIN
BELL;
MSG (REVERSE BLINK) "Warning, not ok!!";
END ELSE
MSG "ok";
BELOW
?MENU Devtypes
Devices <== BELOW; WINDOW [] MENU CACHE/Disc/ UNTIL /*/
Disc <== CALL Listdev(#menutext)
Printer <== CALL Listdev(#menutext)
Tape <== CALL Listdev(#menutext)
*
?SECT SectExample
WINDOW Devtypes MENU CACHE/Devices/ FOR 1 SIZE 13 HEAD "System";