Page 1 of 1

Variable number of parameters when calling a routine

Posted: Mon Jan 04, 2010 10:36 am
by gpbarsky
Hi my friends......

I need to know if it is possible to pass a variable number of parameters when calling a routine.

Sometimes I can use from 1 to 8 parameters and it would be good, that my routine can handle this situation.

Thanks in advance, and happy new year !!!
:wink:

Posted: Mon Jan 04, 2010 10:43 am
by chulett
You have to pass all parameters. Perhaps you should change the routine to take one delimited string as the parameter and then you could parse out whatever number were sent inside the routine?

Posted: Mon Jan 04, 2010 4:11 pm
by ray.wurlod
Please mark this thread as Resolved using the green button at top.