Got it - so I should do this...

const char[] array1= "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
char[]  array2 = new char[array1.length];

and then copy the contents of array1 into array2.

Regards,

-=mike=-

Reply via email to