Methods with flexible numbers of parameters
pjv
Posts: 1,903
Hi All;
If I recall correctly, several years ago there was a thread about a process that permitted a method to be called with a varying number of parameters. In other words, the number of parameters passes to the method was not required to be a static quantity.
I have a need for such an approach, and do not recall what the trick was. Does anyone recall the thread or the process ?
Thanks in advance.
Cheers,
Peter (pjv)
If I recall correctly, several years ago there was a thread about a process that permitted a method to be called with a varying number of parameters. In other words, the number of parameters passes to the method was not required to be a static quantity.
I have a need for such an approach, and do not recall what the trick was. Does anyone recall the thread or the process ?
Thanks in advance.
Cheers,
Peter (pjv)
Comments
-Phil
Thanks..... that's what I'm doing now. I was hoping to do it without the time consuming intermediate step of saving into an array.
I'm pretty sure someone (maybe Jazzed) showed us a way. So I'm still hoping for that revelation.
Cheers,
Peter (pjv)