Estoy usando AppleScript con Yojimbo de BareBones Software. Estoy tratando de filtrar una selección. Esto funciona:
tell application "Yojimbo" to set theYojimboSelection to selection
pero esto no:
tell application "Yojimbo" to set theYojimboSelection to selection where length of (name of selection) > 12
¿Qué estoy haciendo incorrectamente?