本人LR菜鸟,求指教
在LR11中运行这段脚本:Action(){
for (int i=0;i<2;i++) {
lr_eval_string("{NewParam}");
}
return 0;
}
报的错如下:
ction.c (3): syntax error; found `int' expecting `;'
Action.c (3): syntax error; found `int' expecting `;'
Action.c (3): syntax error; found `int' expecting `)'
Action.c (3): skipping `int'
Action.c (3): undeclared identifier `i'
Action.c (3): warning: unreachable code
Action.c (3): syntax error; found `)' expecting `;'
Action.c (3): illegal statement termination
Action.c (3): skipping `)'
c:\\users\\administrator\\appdata\\local\\temp\\noname10\\\\combined_noname10.c (5): 8 errors, not writing pre_cci.ci
求各位好心人帮忙看一下,本人才接触LR 把参数定义写出来就运行成功了 谢谢,问题解决了! 是因为参数没有设的原因吗
页:
[1]