Hi Monks,
I am simply trying to use the range (..) operator to push a few elements of one array (up to a defined number) into a new array. I want to do this in one line of code as I attemped below. It's not working!! I can obviously do this quite easy with a for loop etc but want to see how this way works.
Thanks a lot!