[Gambas-user] integer array in struct ?

wally wally at ...2037...
Tue Oct 25 08:25:42 CEST 2011


Can i use an integer array in struct with Gambas 3 ?
How to handle it ?  (declaration, initilisation etc.)

Public Struct axis
  i As Integer 
  f  As Float
  ia As Integer[]
End Struct

axis.ia.add(123) --> null object
axis.ia[0]  - ?

thx wally




More information about the User mailing list