Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'A 'Save Tabs as Bookmark Folder' script for Safari' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A 'Save Tabs as Bookmark Folder' script for Safari
Authored by: osxpounder on Sep 22, '04 12:21:09PM

Does not compile for me.

Stops at the first "Â" it encounters, saying,

Syntax Error
Expected expression but found unknown token

---
--
osxpounder



[ Reply to This | # ]
A 'Save Tabs as Bookmark Folder' script for Safari
Authored by: rhithyn on Sep 22, '04 12:24:53PM

It's a line-break character (special case) for AppleScript. Just delete the offending character and append the next line to the end of the current one (remove spaces too if you feel up to it. That will make it compilable.



[ Reply to This | # ]