Re: SELs in arrays
Re: SELs in arrays
- Subject: Re: SELs in arrays
- From: "Erik M. Buck" <email@hidden>
- Date: Tue, 25 Sep 2001 12:31:42 -0500
Your question does not make sense to me. A SEL is just bytes (actually a
pointer). Store it in an NSData or an NSValue. See NSValue's -
(id)initWithBytes:(const void *)value objCType:(const char *)type
Your application seems very strange to me, and I suspect that much simpler
and probably more elegant implementations are possible, but I don't know
what you are trying to do so I trust that you do.
----- Original Message -----