简单的坏小孩 发表于 2015-4-28 08:31:55

本人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

盼蒂彩 发表于 2015-4-28 10:30:40

把参数定义写出来就运行成功了

简单的坏小孩 发表于 2015-4-28 10:56:29

谢谢,问题解决了!

Lyncent 发表于 2015-5-8 15:48:31

是因为参数没有设的原因吗
页: [1]
查看完整版本: 本人LR菜鸟,求指教