以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 窗口文本字段判断问题 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=140980) |
-- 作者:有点蓝 -- 发布时间:2019/9/18 16:32:00 -- 比如:http://www.foxtable.com/webhelp/topics/0324.htm Dim s As String = e.form.controls().text Dim d As Double If Double.TryParse(s,d) Then msgbox("是数值") End If |