Re: ***Junkmail*** How do I programaticly create a va_list

2009-01-13 Thread Jeff LaMarche
I can reinforce Bill's advice here. I tried to do this same thing once, fairly recently actually, so that I could subclass a Foundation class that had a variadic init method. I lost several hours of my time and a lot of my sanity trying to find a way to make it work before giving up. On

Re: ***Junkmail*** How do I programaticly create a va_list

2009-01-13 Thread Bill Bumgarner
On Jan 13, 2009, at 8:32 AM, Horst Jäger wrote: I have a problem concerning the va_list. I don't know how to programaticly create one. I need to do this because I want to use the initWithFormat method of NSString. But I neither know how many args there will be nor are the args Strings - th

***Junkmail*** How do I programaticly create a va_list

2009-01-13 Thread Horst Jäger
Hi, I have a problem concerning the va_list. I don't know how to programaticly create one. I need to do this because I want to use the initWithFormat method of NSString. But I neither know how many args there will be nor are the args Strings - they are selectors the associated methods o