View Single Post
Quote:
Originally Posted by gcrump View Post
If someone could show me even a fragment that will take that string and look for a project that contains that string, it might be all I need to complete it.
Try something like this:

Code:
set MyProjectArray to complete ProjectString as project maximum matches 1
You can see this in action in the "Send to OmniFocus" sample script inside the application bundle (OmniFocus.app/Contents/Resources/SampleScripts/Send to OmniFocus.applescript).

Hope this helps!