请教 ASP'缺少标识符' 谢谢
请教下这个提示"缺少标识符'是哪儿出了问题咯~?--------------------------------------+fun.incfunctionCherkLe...
请教下 这个提示"缺少标识符' 是哪儿出了问题咯~?
--------------------------------------+
fun.inc
function CherkLen(str,lens)
CherkLen=str
if(len(str)>lens) then
CherkLen=left(str,lens)
else
for(int i=(len(str)-1);i<lens;i++)
CherkLen=CherkLen+" "
next
end if
End Function
--------------------------
报错说:
--------------------------------------+
错误类型:
Microsoft VBScript 编译器错误 (0x800A03F2)
缺少标识符
/wwwroot/public/Func.inc, line 241, column 3
for(int i=(len(str)-1);i<lens;i++)
--^
浏览器类型:
Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; QQDownload 1.7; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727)
网页:
GET /wwwroot/QueryStat.asp
--------------------------------------+
按大家的方法我测试了,缺少标志符的问题没了,现在有个
Microsoft VBScript 编译器错误 (0x800A0400)
缺少语句
/wwwroot/public/Func.inc, line 245
end if
.........
谢谢咯 展开
--------------------------------------+
fun.inc
function CherkLen(str,lens)
CherkLen=str
if(len(str)>lens) then
CherkLen=left(str,lens)
else
for(int i=(len(str)-1);i<lens;i++)
CherkLen=CherkLen+" "
next
end if
End Function
--------------------------
报错说:
--------------------------------------+
错误类型:
Microsoft VBScript 编译器错误 (0x800A03F2)
缺少标识符
/wwwroot/public/Func.inc, line 241, column 3
for(int i=(len(str)-1);i<lens;i++)
--^
浏览器类型:
Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; QQDownload 1.7; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727)
网页:
GET /wwwroot/QueryStat.asp
--------------------------------------+
按大家的方法我测试了,缺少标志符的问题没了,现在有个
Microsoft VBScript 编译器错误 (0x800A0400)
缺少语句
/wwwroot/public/Func.inc, line 245
end if
.........
谢谢咯 展开
2个回答
展开全部
asp的循环不是这样的,用
for i=len(str)-1 to lens-1 step 1
'这里加代码
next
CherkLen=CherkLen+" " 这句有错了,asp的字符串连接符是&
for i=len(str)-1 to lens-1 step 1
'这里加代码
next
CherkLen=CherkLen+" " 这句有错了,asp的字符串连接符是&
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询