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

------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to