I passed in a UDF to a sub. The UDF contains a couple of arrays.
sub
In the sub, if I operate like this: myUDF.arr1(i), myUDF.arr2(i)
myUDF.arr1(i)
myUDF.arr2(i)