[Gambas-user] "Native" arrays

Leo Barnhoorn leo.barnhoorn at ...246...
Mon Nov 17 23:11:05 CET 2003


Hallo Benoit,

"Native" arrays 
You declare them this way: 
DIM MyArray[Dim1, Dim2, ... ] AS Integer/String/...
You can have up to eight dimensions. 

I make something like this in my program but it is not working.

  DIM aConsole[24, 79, 3] AS Integer/Integer/Integer

I get a syntax error. Also when i use vars it is not working, the same error.

How can i use this kind of array.

Regards,
Leo Barnhoorn.




More information about the User mailing list