View Single Post
Why does

Code:
(flattened projects of oFolder)
give me a list of projects in a folder where

Code:
(flattened projects where folder is not missing value and folder is oFolder)
give me a type error?

Obviously it interpreting "folder" as a type rather than a field in the project object...but what syntax would make applescript interpret it as a field value rther than a type?