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. For closer references please read the CASIO SDK documentation.

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