internet 发表于 2006-4-1 13:00:38

GOTO的使用

为什么,我在脚本里有用到GOTO,但是有时会出错。不能用,是不是具体有什么要求呢。

出错信息如下:
Compiling test1.rec...
test1.rec(10) Error: Unknown function: b
test1.rec(77) Error: Label 'b' is missing
0 warning(s), 2 error(s)

ilovejolly 发表于 2006-4-3 09:20:02

你看下你的label是不是写的有问题,特别要注意是要排头不能有空格

internet 发表于 2006-4-3 11:15:01

谢谢版主

我看一下哦。。

amibaren 发表于 2006-4-3 11:51:59

你这个是goto到一个label,但是找不到。问题很可能是你的label没有顶到头来写,注意后面还有个:的
页: [1]
查看完整版本: GOTO的使用