[Gambas-user] Dinamic Arrays in Gambas

David Villalobos Cambronero david_villalobos_c at ...43...
Thu Jul 17 15:34:10 CEST 2008


Hi all, 

How can I get a dinamic array with more than one dimension.

I my program I need to create at execution time a dinamic array, in example:

1 - I will ask the user how many rows.
2 - I will ask the user how many columns.
3 - With this info I need to create an array.

I know there is String[], Integer[], but how can I get more dimensions.

Best regards

David








More information about the User mailing list