change curser to cursor

This commit is contained in:
Jim Saxton
2015-11-03 22:09:00 -08:00
parent 65225691b3
commit 7ce0ef47ae
2 changed files with 3 additions and 3 deletions

View File

@@ -633,7 +633,7 @@ TEXTCONTROL SET TextControl$, Option$, Value$
Value$="number" Only allow to characters 0-9 and ".", full stop.
Value$=""alphanumeric" allow all characters.
Option$="focus" Value$ = "true" / "false" Set the focus of TextControl$.
Option$="Curser", Value$=str$(number) positions the curser, sets the focus to true.
Option$="Cursor", Value$=str$(number) positions the cursor, sets the focus to true.
TEXTCONTROL CLEAR TextControl$
Delete the text of the text control.
Text$ = TEXTCONTROL GET$ TextControl$