vba - how to declare an array of user defined type in vb6 - Stack Overflow

vba - how to declare an array of user defined type in vb6 - Stack Overflow

瀏覽:1135
日期:2025-06-26
Type ABFator a As Single b As Sinlge End Type Dim ABFactorArr(8) As ABFactor 'Basically i want to declare an array of 8 ABFactos which i can then access I do this and the ......看更多