Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi all, Is there a 2D array list? Basically I need a 2D dynamic array. Thanks in Advance. Cheers.:laugh:
ya u can surely create a 2D arraylist e.g. Arraylist arrlst = new ArrayList[count]; for(..) { arrlst[i] = new Arraylist(); arrlst[i].Add(); } Regards, Pramod