Android Question Array as Return type

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
Public sub getArray(ArrName As String) As Array(of String )

And it didn't work as it shows 'missing library reference error'

Any help appreciated, thanks ❤️
 
Top