Name
GetObjectData -- retrieve private data from an object (V5.0)
Synopsis
data = GetObjectData(type, id, key$)
Function
This function can be used to retrieve private data from an object that has been stored using the SetObjectData() function. Just pass the type and the identifier of the object and the key$ under which the data was stored to this function and it will return the corresponding data.

See Object types for a list of all object types.

Inputs
type
type of the object
id
identifier of the object
key$
key under which the data was stored
Results
data
data that has been stored under the specified key
Example
See SetObjectData


Show TOC