51Testing软件测试论坛

标题: 以下几行简单的C的代码为什么不能在LR的WEB录制的脚本中用,会报错 [打印本页]

作者: G7N3F    时间: 2010-9-27 10:44
标题: 以下几行简单的C的代码为什么不能在LR的WEB录制的脚本中用,会报错
//在脚本写了这几句
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
作者: lwm63122658    时间: 2010-9-29 16:39
你学学C的语法再来问吧
作者: kuangquanshui    时间: 2010-9-29 16:42
楼上的太打击人了
作者: cjp110212    时间: 2010-10-13 14:10
C语言中哪有varchar数据类型啊!!糊涂了吧?
作者: 云层    时间: 2010-10-13 16:44
第一句改成
char variable[1000] ;
记得最后加分号。。
作者: lqadnggw    时间: 2010-10-13 18:38
按照云层的改




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2