save map()
This function saves map(s) a under key b with a lifetime of c minutes. Returns value "true" in case of success.
The maps are stored permanently and can also be read out by other profiles.
You can restore (and delete) the maps with function "restore map()".
Note: The concept is not intended for mass data.
Parameters
Parameter |
Description |
a |
Names of the maps (comma-separated). |
b |
The key under which the maps are stored. |
c |
Lifetime in minutes. No value or "0" means forever. |
Example
Create 2 maps with "add to map()".
Save those maps permanently with "save map()".
Delete all maps of this profile with "clear all maps()".
Restore the maps with "restore map()" (you could also do this in another profile).
The restored maps are now available again in this profile.