[Gambas-user] Array's

Shane buster6seven at gmail.com
Wed Apr 24 04:49:04 CEST 2019


I have this Array

Private Figures As New Integer[4, 7]

and I want to pre fill it with data

so I do This

Figures[0, 0] = 1
Figures[1, 0] = 3
Figures[2, 0] = 5
Figures[3, 0] = 7

  is there a better way to do this in gambas that is like a short hand 
of this ?


Cheers Shane




More information about the User mailing list