User Portlet User Portlet

Discussions
I have a large list of the following form: mylist = {{a,b,c},{d,e,f},{g,h,i},{j,k,l}, ... } I'd like to create a new list that takes the nth element from each sublist, and puts it in a new list. For example, if I want the first element...
Thank you for the help. I've got the following code to work, however I'm unsure of how to change the number of data points. For example, If I wanted to change the number of data points from 10 to 100, what value do I change? data =...