reassignment using convenience methods
reassignment using convenience methods
- Subject: reassignment using convenience methods
- From: Robert Borsuk <email@hidden>
- Date: Sun, 5 Oct 2003 21:38:53 -0400
Hi,
I've read through a couple of a couple of the Memory management
articles (stepwise - oreilly) and I haven't seen anything about the
following:
NSString *myString;
myString=[NSString stringWithString:@"first assigned"];
//do some stuff
myString=[NSString stringWithString:@"reassign to another string"];
Is reassigning via convenience methods , in the same method, okay?
Thanks
Rob
Rob Borsuk
email: email@hidden
Colourfull Creations
Web:
http://www.colourfull.com
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.