OWBasic for Pocketviewer

Home INTRO Group SYSTEM Alphabetical Index

Call special system functions

SYS Value%

Special procedure to the call of system functions. Most of these functions are of interest only for debug purposes.


Value%Function
0No testing for program interrupt and setting of the touch variables
1Testing for program interrupt and setting of the touch variables
2Forced immediate touchscreen-inquiry
3Output of all stored strings
4Output of the free memory for strings
5Forced garbage collection
6Normal runtime error messages (with abort) see below
7No runtime error messages see below
10Start fasttimer
11Stop fasttimer
12The buttons "Light" und "Off" are queried by OWBasic (Default)
13"Light" und "Off" are not queried by OWBasic
14AutoPowerOff (power off after a given time of touch screen inactivity) enabled
15AutoPowerOff disabled (Default)

Better use ERRORON and ERROROFF for switching of error handling!

Home INTRO Group SYSTEM Alphabetical Index