POSITIONNE LE CURSEUR DE L'OBJET SYSTÈME NUMÉRO N À LA POSITION P
ACTION
La commande CARET_POSITION N,P positionne le curseur à la position P (c'est à dire après le Pème caractère) de l'objet système de numéro N.
L'objet système est un EDIT, un MEMO, un COMBO ou un SPIN.
SYNTAXE :
CARET_POSITION N,P
UTILISATION ERREUR EXEMPLE
rem créer un EDIT
edit 1
rem afficher un texte
text 1,"Bonjour"
wait 1000
rem le rendre secret
rem mettre le curseur entre "o" and "n"
set_focus 1
caret_position 1,2
CARET_POSITION
CARET_POSITION N,P
EN RAPPORT
EDIT
MEMO
COMBO
SPIN