User Portlet User Portlet

Discussions
This seems easier than that: Assuming a table "mydata", then it can be dumped into variables just by selecting the columns:   x = mydata[[All,1]]   y = mydata[[All,2]]