[Gambas-user] Array Declaration

Shane buster6seven at gmail.com
Sat Jan 9 01:54:35 CET 2021


Hey Group Is there a better way to do this

Public Points as new Point[]


then in a sub

Points.Add(Point(2,0))

....

x amount of times

....

Points.Add(Point(1,0))



More information about the User mailing list