Re: Oddity
Re: Oddity
- Subject: Re: Oddity
- From: Donald Brown <email@hidden>
- Date: Sat, 17 Nov 2001 06:10:45 -0600
on 11/16/2001 6:26 AM, email@hidden at email@hidden wrote:
>
I tried that, too.
>
On Friday, November 16, 2001, at 04:19 AM, Ulrich Kortenkamp wrote:
>
>
>
>
> Am Freitag den, 16. November 2001, um 06:33, schrieb email@hidden:
>
>>
>
>> Any quesses as to what happened. (And while we're at it, how do I get
>
>> the first value, city, into the string without a leading space?)
>
>>
>
>
>
> What about:
>
>
>
> NSString* cityStateZip = @"";
Actually, if you know what you want to put together, have you tried
localizedStringWithFormat? Something like
[NSString localizedStringWithFormat:@"%@ %@, %@",cityStr, stateStr, zipStr]
Donald
--
Donald Brown
email@hidden
http://www.eamontales.com
We have met the enemy and he is us - Pogo