save permanent(a,b,c,d)


Saves value b under name a in the context given by c. The return value is the value being saved.

The values of c can be the following.


Value

Meaning

true

The value is saved in the context of the profile.

false

The value is saved in the context of Lobster_data.

Description of Parameters


Parameter

Description

a

Name of the value to be saved.

b

Value.

c

(optional) true or false to specify the context to be used. Default: false.

d

Number of minutes after which the entry is automatically removed. If 0 or nothing is entered, it will not be deleted.


GUI


See section Constants (Administration) for system-wide permanent values.

See section Profile Values for profile-wide permanent values.