iKingBob
New Member
I'm coding something like building a class of arrays and and a getArray sub with one parameter
How do i set return type of this sub as array..?
I've tried
And it didn't work as it shows 'missing library reference error'
Any help appreciated, thanks
How do i set return type of this sub as array..?
I've tried
Public sub getArray(ArrName As String) As Array(of String )
End sub
And it didn't work as it shows 'missing library reference error'
Any help appreciated, thanks