NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
ex_ArraySubset.nxc

This is an example of how to use the ArraySubset function.

// copy 5 elements starting with the 3rd element, i.e., srcArray[2]
ArraySubset(myArray, srcArray, 2, 5);