List of expressions
I'd like to build up a list that looks like this. LL = {parm1 = "x", value1 = 5, parm2 = "y", value2 = 3, ...}The length may vary, so I'm doing it in a loop and trying to use the loop index in the variable name.But I am having difficulty creating that term (e.g. parm1).What is the best way to do this?
csoon1
joickle
jkc5h5