H Herfried K. Wagner [MVP] Aug 28, 2003 #2 Hello, kathy said: how to return array from function? Click to expand... \\\ Public Function ReturnStrings() As String() Dim astr() As String = New String() {"Hello", "World"} Return astr End Function /// HTH, Herfried K. Wagner
Hello, kathy said: how to return array from function? Click to expand... \\\ Public Function ReturnStrings() As String() Dim astr() As String = New String() {"Hello", "World"} Return astr End Function /// HTH, Herfried K. Wagner