core.set

Syntax core.set (appID, obj, data)

Params appID is a value identifying the application to which this verb is addressed. It can be a string4 containing the application signature, a binary value obtained by calling sys.browseNetwork or a string containing a valid network address.

obj is the specification of the objects whose contents are to be changed.

data is the new content for obj. If obj specifies more than a single object, data must be a binary list value containing one value for each object specified.

Action Instructs the application identified by appID to change the contents of the objects specified by obj to the value or values in data.

Returns True

Examples
Platform Notes This verb is only implemented in the Mac OS version of Frontier.

Notes This is a low-level verb intended to be used only with applications that support the Core suite of Apple Events. Typically, an application's verb table will include high-level verbs that correspond to all of the events that it supports, so scripts should

not have to call the core verbs directly.

See Also core.get

Discuss