NSString/NSMutable String Concatenation
NSString/NSMutable String Concatenation
- Subject: NSString/NSMutable String Concatenation
- From: "Michael Stearne" <email@hidden>
- Date: Wed, 3 Sep 2008 17:57:12 -0400
Hi.
I'm new to OS X development and Objective C. I have a NSString (or
NSMutableString if that is wiser) and I would like to add text on to the end
of it.
In PHP it would be something like:
$myString=$myString." more stuff";
I have looked around for docs on this but they are confusing (based on my
newbie status and background).
If there a simple equivalent of the code above for Objective C?
Thanks!
Michael
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden