Re: How dynamicaly adddress a message?
Re: How dynamicaly adddress a message?
- Subject: Re: How dynamicaly adddress a message?
- From: Marcel Weiher <email@hidden>
- Date: Fri, 22 Feb 2002 10:55:28 +0100
On Friday, February 22, 2002, at 09:59 AM, Brian Williams wrote:
can i specify a message using a string?
Yes:
SEL selector = NSStringFromSelector
( @"YouProbablyDon'tWantAConstantStringHere" );
[objB perform:selector];
Marcel
--
Marcel Weiher Metaobject Software Technologies
email@hidden www.metaobject.com
Metaprogramming for the Graphic Arts. HOM, IDEAs, MetaAd etc.
_______________________________________________
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.