SET THE POSITION OF CURSOR OF THE SYSTEM OBJECT NUMBER N
ACTION
The command POSITION N,V set to V the position of the cursor of the system object designated by its number N.
The system object N is a bar : SCROLL_BAR, TRACK_BAR, PROGRESS_BAR or a SPIN.
The position of the cursor must be inside the two limits MIN and MAX of the system object.
SYNTAX:
POSITION N,V
USE ERROR EXAMPLE
rem create a SCROLL_BAR
scroll_bar 1
rem set its cursor to 10
position 1,10
POSITION
POSITION N,V
SEE ALSO
MIN
MAX
POSITION()
SCROLL_BAR
TRACK_BAR
PROGRESS_BAR