Hi,
On Mittwoch 26 September 2007, Martin.Gruber1@infineon.com wrote:
when I use the "canonical" function, it always adds "+" in front of the number.
the "canonical" form includes the "+" symbol to describe the international prefix. You may simply strip this symbol after calling the canonicalForm function with a perl regexp (or any other means, if you prefer) to be compliant with your setup: $c =~ s/+//;
Best, Bastian