Skip to main content

Persistent Retire Function

Retrieves the values associated with the specified key from the persistent storage.

Syntax

PersistentRetrieve(scalar key)

Arguments

ArgumentDescription
scalar Keyspecify the key

Examples:

PersistentRetrieve(‘LastRecord’)

Retrieves values associated with key ‘LastRecord’.