EasyManuals Logo

CipherLab 8300 User Manual

CipherLab 8300
263 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #136 background imageLoading...
Page #136 background image
124
CipherLab BASIC Programming Part I
4.16.2 CURSOR
CURSOR
Purpose To turn on/off the cursor indication on the LCD.
Syntax CURSOR(status%)
Remarks status%is an integer variable, indicating the cursor status.
Value
Meaning
0
1
The cursor indication is off.
The cursor indication is on.
Example
CURSOR(0)
CURSOR_X
Purpose To get the x coordinate of the current cursor position.
Syntax X% = CURSOR_X
Remarks X%is an integer variable to be assigned to the column position of the cursor.
Example
ON READER(1) GOSUB BcrData_1
...
BcrData_1:
BEEP(2000, 5)
Data$ = GET_READER_DATA$(1)
Pre_X% = CURSOR_X
Pre_Y% = CURSOR_Y
Locate 8, 1
PRINT Data$
Locate Pre_Y%, Pre_X%
RETURN

Table of Contents

Other manuals for CipherLab 8300

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the CipherLab 8300 and is the answer not in the manual?

CipherLab 8300 Specifications

General IconGeneral
BrandCipherLab
Model8300
CategoryPDA
LanguageEnglish

Related product manuals