At 2001-10-23 16:21:04, [EMAIL PROTECTED] wrote: > > Is there any way to do this without writing a switch statement in my > XS code (which would be non-optimal, as I would like to be able to > pass thousands of arguments)?
Call the function with a pointer to an array instead of thousands of arguments. - ams