GetPersistentVal Method

The GetPersistentVal method retrieves value previously saved to the persistent storage with the SetPersistentVal method.

Syntax

GetPersistentVal(key)

Parameters

key

Required. String that specifies the name of the value. The string may only contain upper and lower-case A-Z, the numeric characters, 0-9, underscore, dot and colon. Length of the string is limited to 255 characters. Value names are not case sensitive.

Return Values

Returns value loaded from the persistent storage. If value with the specified name was not found, the return value is null.

See Also

Salamander Object

SetPersistentVal Method