Forum Discussion

EnTerr's avatar
EnTerr
Roku Guru
9 years ago

REP: roArray.slice(start, finish, step)

I propose an enhancement: add a .slice(start=0, finish=-1, step_=1) method for roArray , to return a new array that was sliced from the original (i.e. copied sub-range). I know array slcing to be v...