First of everything: BIG thanks to Benoit for crating Gambas!

Is there any workaround for resizing matrices?

rigth now, I'm using this code

notMatrix.Resize(100*200)  ' 100 rows, 200 cols

' get element [row,col]

x = notMatrix[col + row*200]

, and on a big program, code get's really dirty


Thanks!


Saludos
Martin

                                          
------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to