I got this example in Mathematica references.
v = ToExpression["a" <> ToString[#]] & /@ Range[1,44]
Could someone explain to me the function of the term #? There is another way to get the same result?
And how could I relate v list with another list of 44 lists in it one by one?
lists={{3},{54},...,{46}}
The result would be something like:
a1=3
a2=54
...
a44=46
a1,a2... haveOwnValues, why not usea[1]? – vapor Jun 21 '16 at 02:22#, search this answer. – Michael E2 Jun 21 '16 at 02:24