12,297
edits
m (→Known Bugs) |
mNo edit summary |
||
Line 36: | Line 36: | ||
set theNumber to value of e | set theNumber to value of e | ||
set amtsholung to true | set amtsholung to true | ||
-- to get rid of (0) | -- to get rid of (0), - and spaces in the number | ||
set the theNumber to removeChars(theNumber, "(0)") | set the theNumber to removeChars(theNumber, "(0)") | ||
set the theNumber to removeChars(theNumber, "-") | |||
set the theNumber to removeChars(theNumber, " ") | set the theNumber to removeChars(theNumber, " ") | ||