On Fri, Dec 12, 2008 at 8:53 AM, Jonathan del Strother <maill...@steelskies.com> wrote: > The number of arguments isn't known at compile-time. I'd like to be > able to take an NSArray of the arguments, and programmatically convert > that to something suitable for invoking the method.
Take a look at this: http://www.cocoabuilder.com/archive/message/cocoa/2008/10/12/219996 Essentially, you will be using varargs or stdargs. Read the stdarg(3) manpage for an example. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com