Cagliostro
Programmer
Hi,
I have an array like
xxxx[] x;
x = new xxxx[10];
How can I enlarge this array when I find it too small? I wand to do it without it's data to be removed. Ion Filipski
filipski@excite.com
I have an array like
xxxx[] x;
x = new xxxx[10];
How can I enlarge this array when I find it too small? I wand to do it without it's data to be removed. Ion Filipski
filipski@excite.com