[Gambas-user] Matrix resize

terco IDE tercoide at ...67...
Thu Dec 5 13:20:15 CET 2013


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

 		 	   		  


More information about the User mailing list