I know this might seem steight forward but I have an array of length 2 that contains strings, but not sure how to return it from subroutine.
Return arrayvariable gives me a an object converted to string error.
And if I do Dim arrayreturn() as Array = Arraysub I get types do not match.
any ideas? I think I am overlooking something.
Return arrayvariable gives me a an object converted to string error.
And if I do Dim arrayreturn() as Array = Arraysub I get types do not match.
any ideas? I think I am overlooking something.