Is there a way the replace Eval(Parse(Eval Insert())) when creating variable names on the go?
Everytime I try to create variables in loops, it has always been using Eval, Parse, and Eval Insert. An example is shown belowFor(i=0 , i < N Table(), i++,Eval(Parse(Eval Insert("Variable^i^"))));The method above works fine, but as scripts get huge, more and more variables and operations have to be put inside the quotation marks, which makes debugging really hard. Is there any other way to create ...
msharp
andersonmj2
dlifke
Steven_Moore
sophiaw
saitcopuroglu