Code: Select all
Dim MonTableau.d(4)
Debug @MonTableau(2)impossible to get an address on a variable, array
Code: Select all
a.f = 89.0
Debug @aCode: Select all
Dim a.f(23)
Debug @a()[object Object]
Code: Select all
Dim MonTableau.d(4)
Debug @MonTableau(2)Code: Select all
a.f = 89.0
Debug @aCode: Select all
Dim a.f(23)
Debug @a()[object Object]