AECreate Logical Descriptor (Macintosh)

Creates a string describing an Apple event logical descriptor, which you use with the AESend VI. Refer to AESend for more information about using descriptors. Details

logical operator describes the logical operation. Possible values are AND, OR, and NOT.
logical terms is an AppleEvent list descriptor string, such as the output by the AECreate Descriptor List VI. If the value of logical operator is AND or OR, this list can have any number of elements. If the value of logical operator is NOT, this list has only a single element. Refer to AECreate Descriptor List for more information.
logical descriptor is the AppleEvent descriptor string.

AECreate Logical Descriptor Details

AppleEvent logical records describe logical or Boolean expressions of multiple terms, such as the AND of two AppleEvent comparison records. For example, you can use the output logical descriptor as an argument to the AESend VI, or as an argument to AECreate Object Specifier VI to build a more complex descriptor string.