hello,
I have a series of variables that I would like to assign from a file that I read at the beginning.
In each line of the file I have the name of the variable and the content to put on this variable.
I did not find a way to easily assign the value to each variable, meaning I don't want to put dozens of
set.variable. X1 to value1
set.variable. X2 to value2
set.variable. X3 to value3...
I would prefer making something like:
for each line
assign variable whose name is in first column to the value found in second column