以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- Like (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=193351) |
-- 作者:1234567 -- 发布时间:2024/9/8 10:48:00 -- Like If Forms ("过程记录").opened Then S1 = S1 |
-- 作者:有点蓝 -- 发布时间:2024/9/8 11:59:00 -- 去掉下面 S1 = S1
|
-- 作者:1234567 -- 发布时间:2024/9/8 12:12:00 -- If Forms ("过程记录").opened Then 去掉 S1 = S1还是一样 |
-- 作者:有点蓝 -- 发布时间:2024/9/8 15:28:00 -- like有2种用法,使用场合不一样,不能混用 一种属于vb.net的代码语法:http://www.foxtable.com/webhelp/topics/0222.htm If S1 Like "*任务说明*" Then
|