设为首页收藏本站

新微赢技术网

 找回密码
 注册
搜索
热搜: 回贴
查看: 59|回复: 3
打印 上一主题 下一主题

[讨论]无效使用 Null : "replace" 的问题

[复制链接]
跳转到指定楼层
1#
发表于 2010-1-15 08:39:50 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
代码部分


If Rs(9, i) > 1024 Then
s = Replace(s, "{$softsize}", Round(Rs(9, i) / 1024, 2) & " MB")
Else
s = Replace(s, "{$softsize}", Rs(9, i) & " KB")
End If
s = Replace(s, "{$excerpt}", Rs(13, i))
tempStr = tempStr & s
s = Null
Next
Rs = Null
Set sqlRs = Nothing
End If
问题补充:s = Replace(s, "{$excerpt}", Rs(13, i))

报错行

加上
if not isnull({$excerpt}) then
s = Replace(s, "{$excerpt}", Rs(13, i))

报错

Microsoft VBScript 编译器错误 (0x800A0408)
无效字符
/site/softdown/cls_MakeHtml.asp, line 1134, column 14
if not isnull({$excerpt}) then
2#
发表于 2010-1-15 08:39:54 | 只看该作者
{$excerpt}
这个是变量吗?
回复 支持 反对

使用道具 举报

3#
发表于 2010-1-15 08:39:58 | 只看该作者
if not isnull(s) then
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

申请友链|小黑屋|最新主题|手机版|新微赢技术网 ( 苏ICP备08020429号 )  

GMT+8, 2024-11-20 00:45 , Processed in 0.085435 second(s), 9 queries , Gzip On, Memcache On.

Powered by xuexi

© 2001-2013 HaiAn.Com.Cn Inc. 寰耽

快速回复 返回顶部 返回列表