Possible Duplicate:
How to copy part of an array to another array in C#?
if i have:
string[] myArray = . . . .
which is an array with a length of 10. how can i create a new string array that is the 2nd to 10th elements of the first array without looping?