When I run the code below I get an error: MYEQUATION1 is not defined in "LS MYEQUATION1"
Code: Select all
%myEquation1 = "depvar c indepvar1"
%myEquation2 = "depvar c indepvar1 indepvar2"
for !mycounter=1 to 2
%Equation="myEquation"+@str(!mycounter)
ls {%Equation}
nextThanks.
