Resizable multidimensional array fails
Archives Forums/BlitzMax Bug Reports/Resizable multidimensional array fails| 
 | ||
| Type TFoo EndType Local a:TFoo[] a=New TFoo[2] Assert a Local b:TFoo[,] b=New TFoo[2,2] Assert b'b equals Null OSX Lion, BMX 1.43 Last edited 2011 | 
| 
 | ||
| Weird, I reinstalled 1.43b built all mods, and now it  works fine. |