Re: Concat simply 2 strings for NSString
Re: Concat simply 2 strings for NSString
- Subject: Re: Concat simply 2 strings for NSString
- From: Andreas Mayer <email@hidden>
- Date: Wed, 3 Aug 2005 13:07:59 +0200
Am 03.08.2005 um 12:41 Uhr schrieb email@hidden:
I need to concat simply and fastly two strings (one of them in a
variable) in NSString creation without use NSMutableString and
appendString.
NSString *newString = [firstString
stringByAppendingString:secondString];
I recommend AppKiDo for browsing the Cocoa class documentation:
http://homepage.mac.com/aglee/downloads/
Andreas
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden