Page 1 of 1

wrong address for array's element

Posted: Wed Feb 26, 2014 10:18 pm
by Comtois

Code: Select all

Dim MonTableau.d(4)
Debug @MonTableau(2)
[EDIT]
impossible to get an address on a variable, array

Code: Select all

a.f = 89.0
Debug @a
with this code

Code: Select all

Dim a.f(23)
Debug @a()
i get this
[object Object]

Re: wrong address for array's element

Posted: Sat Oct 21, 2017 7:48 am
by Fred
It's not supported in SB