save list()

This function saves list(s) a under key b with a lifetime of c minutes. Returns value "true" in case of success.

The lists are stored permanently and can also be read out by other profiles.

You can restore (and delete) the lists with function restore list().

Note: The concept is not intended for mass data.

Parameters


Parameter

Description

a

Names of the lists (comma-separated).

b

The key under which the lists are stored.

c

Lifetime in minutes. No value or 0 means forever.

Example


Create 2 lists with "add to list()".

Save those lists permanently with "save list()".

Delete all lists of this profile with "clear all lists()".

Restore the lists with "restore list()" (you could also do this in another profile).

The restored lists are now available again in this profile.