PUT THE SYSTEM OBJECT NUMBER N IN VERTICAL POSITION
ACTION
The command VERTICAL N put in vertical position the system object designated by its number N.
The system object N is a bar : SCROLL_BAR, TRACK_BAR, PROGRESS_BAR.
SYNTAX:
VERTICAL N
USE ERROR EXAMPLE
rem create a SCROLL_BAR
scroll_bar 1
rem wait 1 second
wait 1000
rem put it in vertical position
vertical 1
rem wait 1 second
wait 1000
rem put it in horizontal position
horizontal 1
VERTICAL
VERTICAL N
SEE ALSO
HORIZONTAL
MIN
MAX
POSITION
POSITION()
SCROLL_BAR
TRACK_BAR
PROGRESS_BAR