fine.
pass Variables byref to the function
Here is the Solution
Use ReturnValue1,RetuenValue2 directly in your program
pass Variables byref to the function
Here is the Solution
Code:
function fnGetVal(Sql, intRowNo, arrRowVal() , strResult,byref ReturlValue1,byRef ReturnValue2)
'-- code to read access table & store in array arrRowVal, count in intRowNo, result pass/fail in strEndResult.
ReturnValue1="qqqq"
RetuenValue2="aaaa"
End function
Use ReturnValue1,RetuenValue2 directly in your program