Modes for file access
For the work with LOADFILE, SAVEFILE and the pointer oriented procedures modes and submodes must be given for the files.
Modes select a kind of file, which normally corresponds to a special builtin application.
CASIO documentes in the PV-SDK the following modes:
Mode | Usage | Kind |
1 | TEL | text |
2 | TEL(Company) | text |
3 | Memo | text |
4 | Shedule | text |
5 | Spreadsheet | binary |
6 | Mail | binary |
7 | EXPENSE | text |
8 | Clock (City setting) | |
9 | Dual window | text |
10 | ADD IN | binary |
11 | Quick Memo | binary |
The submodes correspond to the categories in most applications.
submode | Kategorie |
<TEL> |
0 | Common |
1 | Personal |
2 | Company |
3 | Untitled1 |
4 | Untitled2 |
5 | Untitled3 |
6 | Untitled4 |
7 | Untitled5 |
15 | Owner |
<Memo> |
0 | Common |
1 | Untitled1 |
2 | Untitled2 |
3 | Untitled3 |
4 | Untitled4 |
5 | Untitled5 |
<Schedule> |
0 | Common |
1 | Schedule |
2 | Schedule (Term registration) |
3 | Reminder |
4 | Holiday setting |
6 | Schedule (Common) |
8 | TODO (Common) |
9 | TODO (CATEGORY A) |
10 | TODO (CATEGORY B) |
11 | TODO (CATEGORY C) |
12 | TODO (CATEGORY D) |
13 | TODO (CATEGORY E) |
14 | TODO (CATEGORY E) |
15 | TODO (CATEGORY F) |
<EXPENSE> |
1 | Account |
2 | Transaction |
3 | Payment type |
<Dual-window> |
1 | Clip |
<Quick Memo> |
0 | Common |
1 | Untitled1 |
2 | Untitled2 |
3 | Untitled3 |
Normally the Pocketviewer operating system uses submodes from 0 to 15. In OWBasic the submodes 16 to 31 are interpreted as access to the appropriate categories of the secret range. Access to it is however only possible, after the password was entered once.
|