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


Click here to return to the 'Dial Vonage phones directly from Address Book' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Dial Vonage phones directly from Address Book
Authored by: argh128 on Jul 15, '05 08:02:26AM
Also on 10.4's applescript this script fails to compile.

if (characters 1 thru 3 of errorCode) as string ? "000" then
I replaced it with
if (not (characters 1 thru 3 of errorCode) as string = "000") then
Which I believe to be semantically equivalent.

---

A completely SANE Canadian.

[ Reply to This | # ]

Dial Vonage phones directly from Address Book
Authored by: geoff2v on Jul 15, '05 10:03:56AM

Might have something to do with cutting-and-pasting from Script Editor. I'll give it a looksee...

- geoff



[ Reply to This | # ]