Hey!

Im looking for some ideas how can i split a huge array (for example Array(0 to 25000)) into 2 or more arrays without cycling trhu the elements of it one by one. Im thinking on some apis like RtlMoveMemory but how can i set the begin and last element to split it partially?

eg:
Array1(0 to 10000) then Array2(10001 to 25000) from Array(0 to 25000)