N Neeraj Raghav New Member Jan 7, 2005 #1 Hello Everyone, Please tell me, how we can pass variable number of parameters at runtime.
G gcampbell Member Jan 7, 2005 #2 I'd suggest one of the following two options: 1. pass a TEMP-TABLE which contains a record for each 'parameter' 2. pass a single delimited parameter which allows you to parse for a given entry
I'd suggest one of the following two options: 1. pass a TEMP-TABLE which contains a record for each 'parameter' 2. pass a single delimited parameter which allows you to parse for a given entry