Re: convert value into variables



andy wrote:


hello,

I have got a problem with converting value into variables.

I have a few data sets, one of the data set i've got are shown
below(the column number of a,b,c,d may varies):

a1 b c2 d
1 4 5 6
2 5 6 6
2 3 4 5

I would like to split the data so that

a1=[1;2;2],b=[4;5;3],c2=[5;6;4],d=[6;6;5]


help assignin
or
help eval

how can i do that?
Any ideas, please help, thanks!
.



Relevant Pages