How can you resize arrays?
int Old = 10;
int new = 20;
byte Array[] = new byte[Old];
Resize it to New??
|
Results 1 to 4 of 4
Thread: Resizing ArraysThreaded View
|
Click Here to Expand Forum to Full Width |