51Testing软件测试论坛
标题:
为什么VARCHAR 在LR中不能用啊 有没有哪位帮忙看看
[打印本页]
作者:
G7N3F
时间:
2010-9-27 13:47
标题:
为什么VARCHAR 在LR中不能用啊 有没有哪位帮忙看看
//在脚本写了这几句
varchar variable[1000]
char string[1000];
strcpy(string,"");
strcpy(string,lr_eval_string("frame{test}"));//test为参数
//报错信息如下
Action.c (138): undeclared identifier `varchar'
Action.c (138): syntax error; found `variable' expecting `;'
Action.c (138): undeclared identifier `variable'
Action.c (138): type error: pointer expected
Action.c (141): illegal statement termination
Action.c (141): skipping `char'
Action.c (141): undeclared identifier `string'
Action.c (141): type error: pointer expected
d:\\testscripts\\\311\356\311\356\311\356\\\\combined_\311\356\311\356\311\356.c (5): 8 errors, not writing pre_cci.ci
作者:
archonwang
时间:
2010-9-27 15:58
varchar variable[1000] 后面+ 分号
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2