Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     else
  2.         set theToQueryList to text items of theToQuery
  3.         set theToCity to item 1 of theToQueryList
  4.         try
  5.             set theToPart to item 2 of theToQueryList
  6.         on error
  7.             set theToPart to "No Second Item"
  8.         end try
  9.         set theT to theToCity & "+" & theToPart
  10.     end if
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement