OWBasic for Pocketviewer

Home INTRO Group FLASH Alphabetical Index

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:
ModeUsageKind
1TELtext
2TEL(Company)text
3Memotext
4Sheduletext
5Spreadsheetbinary
6Mailbinary
7EXPENSEtext
8Clock (City setting)
9Dual windowtext
10ADD INbinary
11Quick Memobinary

The submodes correspond to the categories in most applications.


submodeKategorie
<TEL>
0Common
1Personal
2Company
3Untitled1
4Untitled2
5Untitled3
6Untitled4
7Untitled5
15Owner
<Memo>
0Common
1Untitled1
2Untitled2
3Untitled3
4Untitled4
5Untitled5
<Schedule>
0Common
1Schedule
2Schedule (Term registration)
3Reminder
4Holiday setting
6Schedule (Common)
8TODO (Common)
9TODO (CATEGORY A)
10TODO (CATEGORY B)
11TODO (CATEGORY C)
12TODO (CATEGORY D)
13TODO (CATEGORY E)
14TODO (CATEGORY E)
15TODO (CATEGORY F)
<EXPENSE>
1Account
2Transaction
3Payment type
<Dual-window>
1Clip
<Quick Memo>
0Common
1Untitled1
2Untitled2
3Untitled3

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.


Home INTRO Group FLASH Alphabetical Index