|
|
|
|
Functions
Events
Variables
Libraries
|
|
Syntax
| mio_data_setBool(key, value) |
Parameters
| STRING | key | Key of the entry to retrieve.
| | BOOL | value | Value to be stored in the application data file. The number 1, the character 1 and the string TRUE (case insensitive) are saved as true. All other values are saved as false. |
Return value
No value is returned.
Description
Saves a Boolean value in the application local memory, so you can retrieve the value when the application is closed and opened.
The function mio_data_save should be called when the local memory is updated.
For more information: mio_data_load and mio_data_getBool |
|
|
|