Re: "Constant" strings are static or autoreleased?
Re: "Constant" strings are static or autoreleased?
- Subject: Re: "Constant" strings are static or autoreleased?
- From: sinclair44 <email@hidden>
- Date: Wed, 05 Mar 2003 15:55:24 -0500
On 3/5/03 3:53 PM, "Lance Bland" <email@hidden> wrote:
>
Indicating that is not true.
Ok, I was partially wrong. But don't they behave the same when using them?
--
-- sinclair44
[self becomeWorldDictator];
- (void)becomeWorldDictator
{
[[world currentLeaders] assassinate];
[[world citizens] terrorize];
[world setCurrentLeaders:[NSArray arrayWithObject:self]];
}
_______________________________________________
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.