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

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

瀏覽:311
日期:2026-04-21
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...看更多