arraycopy("namelist.","newnames.","5","1","25")
copies array values from the source array "namelist." to the target array "newnames.", starting with the value in "namelist.5" for twenty-five elements; copied values start with element "1" in the target array.
when successful, sets the first twenty-six elements of the array "blankarray" to "0"