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