cbotadra
10th June 2008, 15:06
Hi all,
I have a function with varying number of inputs.
eg:- say tdslsdll0001.dummy.function(domain tcbool i.dummy,...)
Now I call this function as:
tdslsdll0001.dummy.functionr(tcyesno.no,dummy.array)
Here dummy.array is a string array which is dynamically defined.
My question is how can I retrieve the value of dummy.array in the original function tdslsdll0001.dummy.function() ??
I have a function with varying number of inputs.
eg:- say tdslsdll0001.dummy.function(domain tcbool i.dummy,...)
Now I call this function as:
tdslsdll0001.dummy.functionr(tcyesno.no,dummy.array)
Here dummy.array is a string array which is dynamically defined.
My question is how can I retrieve the value of dummy.array in the original function tdslsdll0001.dummy.function() ??