Query/Change OWBasic Settings
GETSYSVAR nr%, VAL%
SETSYSVAR nr%, val%
Queries a OWBasic option or changes it. nr gives the option; VAL contains the value.
| nr | Option | Possible values |
| 1 | Program category | 0 (All), 1..5 (Category 1..5), 15 (All – Secret), 16..20 (Category 1..5 - Secret) |
| 2 | Include category | 0 (All), 1..5 (Category 1..5), 15 (All – Secret), 16..20 (Category 1..5 - Secret) |
| 3 | Show statistics | 0, 1 |
| 4 | Initial menu | 1 (File menu), 3 (Program menu) |
| 5 | Final eait | 0, 1 |
| 6 | Confirm ESC | 0, 1 |
| 7 | Delete overlays | 0, 1 |
| 8 | Autorun | 0, 1 |
| 9 | Restart | 0, 1 |
| 10 | Caching | 0, 1 |
| 11 | Ask for searching error | 0, 1 |
| 12 | Caching when called from external application | 0, 1 |
|