Question
Prime 6.0: how to convert string into variable?
Dear all,
I am trying to convert a vector of strings vectstrn=("var1", "var2", ... , "varN") into an equivalent vector or variables vecvar=(var1, var2, ... , varN). Then I would need to assign this variable names to another vector of values already existing.
Can anyone help me with this issue?
Thanks in advance

