Talk:Copy a string: Difference between revisions

Content deleted Content added
isn't there an error in Objective-C example ?
 
 
Line 4:
shoudn't it be this below ?
<lang objc>NSMutableString *newMutable = [original mutableCopy];</lang>
:Well, it's not wrong -- since NSMutableString is a subclass of NSString -- it just makes it less useful. --[[Special:Contributions/164.67.199.150|164.67.199.150]] 05:34, 18 November 2009 (UTC)
Return to "Copy a string" page.