Is it possible to dynamic multi-dimensional arrays? Static multi-dimensional array may declare Ps As New Integer [10,100]
Dynamic dimensional possibly Ps As New Integer [] How to declare a dynamic multidimensional array? I tried Ps As New Integer [,] but it is not syntactically correct. I decided to temporarily apply Ps As New Integer [] []. Create a dynamic array of dynamic arrays. But this is not what I need [x] [y], I need to [x, y]. Is it possible? Возможны ли динамические многомерные массивы? Статический многомерный массив объявить возможно Ps As New Integer[10,100] Динамический одномерный возможно Ps As New Integer[] Как объявить динамический многомерный массив? Я пробовал Ps As New Integer[,] но это синтаксически не корректно. Временно я решил применить Ps As New Integer[][] . Создал динамический массив динамических массивов. Но это не то что мне надо [x][y] , мне нужно [x,y] . Возможно ли это? ------------------------------------------------------------------------------ HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. Leverages Graph Analysis for Fast Processing & Easy Data Exploration http://p.sf.net/sfu/hpccsystems _______________________________________________ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user