I am trying to work out how I am able to split the query entered on run in applescript into two separate variables able to be operated on.
Example:
{query} = bob jane
variable1 = bob
variable2 = jane
I was looking into doing this as a wordlist but have been unsuccessful as it separates the query by other symbols apart from " " [space].
I am sorry, I am not very good with applescript and am very confused as to how to go about doing this. Thankyou for any help.