littlebig 发表于 2007-3-7 16:12:13

为何调用tl.step时总是出错

为何调用tl.step时总是出错,不知道哪位可以帮忙看一下

littlebig 发表于 2007-3-7 16:26:03

错误提示是undefined function call

dionysus 发表于 2007-3-7 18:29:33

肯定是你的调用语句写错了,或者WR没有找到这个函数,把你的调用语句写出来吧

[ 本帖最后由 dionysus 于 2007-3-7 21:10 编辑 ]

littlebig 发表于 2007-3-8 12:56:14

if(ticket*price == total)
    tl.step("total",0,"Total is correct");
else
    tl.step("total",1,"Total is not correct");

就是这样的调用,不通过。我只是按照例子里的代码调试的

shiwomyw 发表于 2007-3-8 13:33:31

函数写错了,应该是tl_step(); 详细使用查看帮助吧。

littlebig 发表于 2007-3-8 13:51:01

谢谢!shy for me。

jlk012 发表于 2007-6-13 18:40:56

谢谢
页: [1]
查看完整版本: 为何调用tl.step时总是出错