HI all,
I'm running a code from someone else. I got the error in the title when running the following code:
But when I run file open texfile separately without being in a loop (e.g.
), it runs properly. Do you know how I can resolve the error encountered in the loop?
Thank you!
I'm running a code from someone else. I got the error in the title when running the following code:
Code:
local controls var1 var2 var3 * Loop through control variables foreach var of local controls{ file open texfile using "`var'_iv_table.tex", write replace }
Code:
file open texfile using "var1_iv_table.tex", write replace
Thank you!
Comment