Thread
:
Another array problem
View Single Post
Dec 3rd, 2005, 4:44 PM
#
6
andro
Professional Programmer
Join Date: Oct 2005
Location: California
Posts: 319
Rep Power:
4
(
Toggle Plain Text
)
System.arraycopy(array1, 0, array2, 0, array1.length);
System.arraycopy(array1, 0, array2, 0, array1.length);
That should (and will) work.
andro
View Public Profile
Find More Posts by andro