Splitting an Array using index

Certified Associate Developer

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?

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data