View Single Post
Old Dec 3rd, 2005, 4:44 PM   #6
andro
Professional Programmer
 
Join Date: Oct 2005
Location: California
Posts: 319
Rep Power: 4 andro is on a distinguished road
Send a message via AIM to andro
System.arraycopy(array1, 0, array2, 0, array1.length);

That should (and will) work.
andro is offline   Reply With Quote