|
|
|
|
Functions
Events
Variables
Libraries
|
|
Syntax
| mio_data_getBool(key, default) |
Parameters
| STRING | key | Key of the entry to retrieve.
| | BOOL | default | (Optional) Default value, returned if the entry is not set. |
Return value
No value is returned.
Description
Returns a boolean value stored in the application local memory with mio_data_set and saved with mio_data_save.
Important: The strings 'true' and 'false' are converted to boolean values true and false.
For more information: mio_data_load |
|
|
|