Question
Splitting an Array using index
I have one array like {1,2,3,4,12,12}, I want a new sub array from 3rd index till end like {3,4,12,12}
is there any rule or function?
I have one array like {1,2,3,4,12,12}, I want a new sub array from 3rd index till end like {3,4,12,12}
is there any rule or function?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.