View Single Post
Quote:
Originally Posted by whpalmer4 View Post
Uh, yeah, "unicode text" is a description of what is supposed to go there :)
so using

set theText to parse tasks with transport text Unicode text

the above command should or shouldn't work if the text I am parsing is in the format you stated below?

Code:
parse tasks with transport text "draft plans > Build giant robot @ Lair of doom #today #+3d" as single task true

Quote:
I tried to suggest this in the original "a bit of advice" thread, but I also showed you what was wrong with your code and I fear I distracted you from this course, sorry about that.
I focused on your second example not your first. I did not relize until this thread that the orgin of the text being parsed didn't matter.