PUT THE BAR OF THE SYSTEM OBJECT NUMBER N IN HORIZONTAL POSITION
ACTION
The command HORIZONTAL N put in horizontal position the system object designated by its number N.
The system object N is a bar : SCROLL_BAR, TRACK_BAR, PROGRESS_BAR.
SYNTAX:
HORIZONTAL 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
HORIZONTAL
HORIZONTAL N
SEE ALSO
VERTICAL
MIN
MAX
POSITION
POSITION()
SCROLL_BAR
TRACK_BAR
PROGRESS_BAR