12,297
edits
mNo edit summary |
|||
Line 40: | Line 40: | ||
set ABPhoneNumber to value of e | set ABPhoneNumber to value of e | ||
set ABPhoneNumber to ABPhoneNumber as string | set ABPhoneNumber to ABPhoneNumber as string | ||
-- the following line replaces +49 with 0 | |||
set theNumber to findReplace("+49", "0", ABPhoneNumber) | set theNumber to findReplace("+49", "0", ABPhoneNumber) | ||
-- the following line adds a 0 = “Amtsholung” | -- the following line adds a 0 = “Amtsholung” |