
Passing names of arrays stored in session object to function
You can't pass a array name as a function argument. (I never see anything
like this).
Instead you can pass the entire array as an argument.
Ex:
function MyFunction(byRef Arrayname)
tmp.ArrayName = Session.Contents(ArrayName)
end function
to call the function:
MyFunction(Array)
I think that you will need to write 3 functions to make dynamic decisions in
your application.
Regards
--
JOHN OF THE JUNGLE
from BRAZIL
UIN:7616795