Method
GetStringComparisonObjectDescriptor
Description
Returns the AppleEventObjectSpecifier that matches the string comparison passed.
Usage
result = GetStringComparisonObjectDescriptor(ComparisonKey, ComparisonForm, Field, Value)
Part |
Type |
Description |
---|---|---|
result |
The object that was found. |
|
ComparisonKey |
The type of comparison to be performed. This string must be four characters in length. |
|
ComparisonForm |
The form of the comparison. For example, "prop" indicates that the comparison will be checking a property. |
|
Field |
The field the comparison will be performed on. The ComparisonForm parameter controls how the field parameter is interpreted. |
|
Value |
The value that the comparison will be performed against. |
Notes
Valid comparison keys are:
Comparison Key |
Description |
---|---|
= |
Equals |
> |
Greater than |
>= |
Greater than or equal to |
< |
Less than |
<= |
Less than or equal to |
Comparison keys must be four characters. You must include spaces after the characters in the comparison key so that the string passed is four characters in length.
Compatibility
All project types on all supported operating systems.