It is - Thanks!
Rainer
On Dec 30, 2009, at 15:15 , Aaron Tuller wrote:
At 2:19 PM -0800 12/30/09, Rainer Standke wrote:
When I ask an ABMultiValue for its labelAtIndex: I get some thing
like this: _$!!$_
I would have expected to get this: other
How can I get to the clean value?
The fu
At 2:19 PM -0800 12/30/09, Rainer Standke wrote:
When I ask an ABMultiValue for its labelAtIndex: I get some thing
like this: _$!!$_
I would have expected to get this: other
How can I get to the clean value?
The function you need is ABCopyLocalizedPropertyOrLabel:
http://developer.apple.co
When I ask an ABMultiValue for its labelAtIndex: I get some thing like
this: _$!!$_
I would have expected to get this: other
What's odd is that I do get this in the description of the ABMultiValue:
* other 818 301 4670 w NG
other 323 251 3660 c
How can I get to the clean value?
Thanks,