Re: NSString/NSMutable String Concatenation

2008-09-03 Thread Jason Coco
On Sep 3, 2008, at 17:57 , Michael Stearne wrote: 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

Re: NSString/NSMutable String Concatenation

2008-09-03 Thread Randall Meadows
On Sep 3, 2008, at 3:57 PM, Michael Stearne wrote: 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 arou