misc.isUniform

Syntax misc.isUniform (appID, obj, prop)

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 to be checked for uniformity.

prop is a string4 property ID for the property to be checked in each object.

Action Determines whether the specified property is the same for all of the objects in obj.

Returns True if the property of obj is uniform, false otherwise.

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

Notes This verb is intended to be used only with applications that support the Miscellaneous Standards 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 misc verbs directly.

Discuss