How do replace contents in the function with a placeholder?
The First chunk of code is how ill like it to work but it doesnt.The Second chunk of code works if i replace Variables( vars ) with itIs there a way to get the First chunk working? Please advise if im doing something wrong here thankyou. JMP16 //Define variables for X, X1, X2, Y, Y1, Y2, and Group X
vars = {X(colX[i]), X(colX1[i], Position( 1 )), X(colX2[i], Position( 1 )),
Y(colY[i]), Y(co
...