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


Click here to return to the 'Belgian number lookup scripts for Address Book' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Belgian number lookup scripts for Address Book
Authored by: dotK on Feb 21, '05 01:48:47PM

I took the liberty to modify the script to the Belgian phonedirectory.

Does anyone know how to strip the +32 from my addressbook and change it into a 0?

The site doesn't like the +32 ;)

---
Switched



[ Reply to This | # ]
Belgian number lookup scripts for Address Book
Authored by: zoff on Feb 21, '05 10:15:42PM

try something like this:

set the_number to "+32456789"--
set y to items 4 thru (count items of the_number) of the_number as string--
set new_number to "0" & y--

Watch out for line breaks, I've added -- at the end of each line.



[ Reply to This | # ]