CipherLab BASIC Programming
DISABLE_TOUCHSCREEN
Purpose
To disable the touch screen.
Syntax
DISABLE_TOUCHSCREEN
Remarks
To restart the touch screen function, ENABLE_TOUCHSCREEN must be called.
Example
DISABLE_TOUCHSCREEN
ENABLE_TOUCHSCREEN
Purpose
To enable the touch screen.
Syntax
ENABLE_TOUCHSCREEN
Remarks
The touch screen won't work until it is initialized by this command.
Example
ENABLE_TOUCHSCREEN
GET_SCREENITEM
Purpose
To detect and return an item number when an item is selected.
Syntax
A% = GET_SCREENITEM
Remarks
"A%" is an integer variable assigned to the result.
This function has to be called constantly to maintain its functionality.
Example
TouchItem% = GET_SCREENITEM
138
Part I
The number of a selected item will be returned.
When no item is detected, it will return 0.
8500
8500
8500
Need help?
Do you have a question about the 8 Series and is the answer not in the manual?