PUT THE CARET OF THE SYSTEM OBJECT NUMBER N TO THE POSITION P
ACTION
The command CARET_POSITION N,P put the caret at position P (that is after the P-th character) in the system object number N.
The system object is an EDIT, a MEMO, a COMBO or a SPIN.
SYNTAX:
CARET_POSITION N,P
USE ERROR EXAMPLE
rem create an EDIT
edit 1
rem display a text
text 1,"Hello"
rem put the caret between "e" and "l"
set_focus 1
caret_position 1,2
CARET_POSITION
CARET_POSITION N,P
SEE ALSO
EDIT
MEMO
COMBO
SPIN