Syntax | (unvGetExtensionData scope attrib) → data |
---|---|
Arguments | scope: Where the data is stored. 'local means the data is kept in the Storage.xml file. 'serviceExtension and 'serviceUser are meant to use the Multiverse services, but they are not implemented. |
attrib: The key under which the data is stored | |
Returns | data: The data stored in Storage.xml under the key specified by attrib |
Category | data |
Description | Retrieves persistent data stored on the user's machine. Data is kept in a file called Storage.xml |
Return to Functions list