If I have string={a,b,c}, where a=1, b=2, and c=3, how would I reassign a value to variable "a" without directly typing a = _? If I type string[[1]], the out put is "1". How would I generate the letter "a" instead?
Asked
Active
Viewed 29 times
0
Hold[a,b,c]instead of{a,b,c}. – Szabolcs May 28 '14 at 14:15SymbolName. – C. E. May 28 '14 at 15:48