Forum Discussion
- anandkumarContributorHi
if ur array is say 'abc' then pass it to ur function as
fun1 abc
and in called function get it as ref
function fun1(byref abc)
...........
end function
use value of abc as such and check it out does it helps u. - stephenjansenNew ContributorHi Anand. Thanks for your response, even though I had managed to resolve the dilemma
in the interim. Your response proved useful as a source of reliable reference
that I used to perform a QC on my own solution. Because that's our game;
ensuring quality where we are involved :-)
Thanks again, Stephen