Re: How dynamicaly adddress a message?
Re: How dynamicaly adddress a message?
- Subject: Re: How dynamicaly adddress a message?
- From: John Hörnkvist <email@hidden>
- Date: Fri, 22 Feb 2002 11:54:22 +0100
On Friday, February 22, 2002, at 11:03 AM, Brian Williams wrote:
BTW why don't i want a constant string?
Because if this works,
SEL selector = NSStringFromSelector
( @"YouProbablyDon'tWantAConstantStringHere" );
then so does this:
SEL selector=@selector(YouProbablyDon'tWantAConstantStringHere);
Regards,
John Hornkvist
--
ToastedMarshmallow, the perfect Cocoa companion
http://www.toastedmarshmallow.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.