Rss & SiteMap

Foxtable(狐表) http://www.foxtable.com

新一代数据库软件,完美融合Access、Foxpro、Excel、vb.net之优势,人人都能掌握的快速软件开发工具!
共2 条记录, 每页显示 10 条, 页签: [1]
[浏览完整版]

标题:ISNULL在代码中如何应用?

1楼
1234567 发表于:2024/8/21 12:31:00

Dim S1 As String = ISNULL("长度:" & e.DataRow("长度"), Nothing)      代码如何写?
假如[长度]不为空, 就返回为:长度:" & e.DataRow("长度"),
假如[长度]为空, 就返回为空值

2楼
有点蓝 发表于:2024/8/21 13:34:00
http://www.foxtable.com/webhelp/topics/0426.htm

http://www.foxtable.com/webhelp/topics/0223.htm

Dim S1 As String
if e.DataRow.isnull("长度")=false
S1 = "长度:" & e.DataRow("长度")
end if
共2 条记录, 每页显示 10 条, 页签: [1]

Copyright © 2000 - 2018 foxtable.com Tel: 4000-810-820 粤ICP备11091905号

Powered By Dvbbs Version 8.3.0
Processed in .01563 s, 2 queries.