wrong address for array's element

Just starting out? Need help? Post your questions and find answers here.
Comtois
Posts: 40
Joined: Mon Feb 24, 2014 11:07 pm

wrong address for array's element

Post 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]
Fred
Site Admin
Posts: 1510
Joined: Mon Feb 24, 2014 10:51 am

Re: wrong address for array's element

Post by Fred »

It's not supported in SB
Post Reply