以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  [求助]  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=138709)

--  作者:wck
--  发布时间:2019/8/3 18:33:00
--  [求助]
这段代码如何修正:
  if e.datarow("date") is not nothing then
  代码  1
end if

--  作者:y2287958
--  发布时间:2019/8/3 18:54:00
--  
if e.datarow.isnull("date")then
  代码  1
end if