Hi, i would like to know if list is able to achieve these :
1) to get the range of elements such as ..
A list of 10 elements beginning from value 1 to 10. I would like to get the range from element 3 to element 5 and add them to another list. Is it possible?
2) Within the list, can i get all the elements and assign to variables respectively?