这两个ASP语言isempty clng是什么意思附源码

dlwlrd 2003-08-23 03:38:36
for i=1 to 10
result=request("no"&id2(i-1))
if not isempty(result) then
sql="select * from tkb where id="&clng(id2(i-1))
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,3,2
if result=rs("zqdan") then
df1=df+cint(1)
end if
rs.close
set rs=nothing
else
end if
next
...全文
132 3 打赏 收藏 转发到动态 举报
写回复
用AI写文章
3 条回复
切换为时间正序
请发表友善的回复…
发表回复
cygcyg 2003-08-23
  • 打赏
  • 举报
回复
函数
linday 2003-08-23
  • 打赏
  • 举报
回复
isempty(result)叛断结果是不是为空
df1=df+cint(1)//转为整型.
clng //转换为长整型
ttt2 2003-08-23
  • 打赏
  • 举报
回复
isempty 叛断结果是不是为空
clng 是将数值转换为长整型

28,390

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧