Good afternoon,
I'm having some problems in declaring nested arrays in B4A.
In VB6 (and VB .NET) we can declare, for instance:
But how do we declare this type of array in B4A?
Kind regards,
Kepler
I'm having some problems in declaring nested arrays in B4A.
In VB6 (and VB .NET) we can declare, for instance:
B4X:
Dim nbTerms()() As Integer = ((193, 26, 13), (183, 29, 14), (170, 20, 11))
But how do we declare this type of array in B4A?
Kind regards,
Kepler