VB Helper: HowTo: Make a VB6 function return an array

VB Helper: HowTo: Make a VB6 function return an array

瀏覽:588
日期:2025-04-27
New in VB6, functions can return arrays. The program could invoke this function as in: Dim strings() As String strings = NumberList() This assignment may not work if the array is declared statically (using explicit bounds) and the bounds do not match thos...看更多