dynamic creation and naming of variables, what wrong?

I need 100 new variables : m1 to m 100

julia> for i=1:100
       "m" * string(i)=readcsv(string("m",i,".txt"))
       end
ERROR: syntax: "#<julia_value>" is not a valid function argument name

Reply via email to