以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- 应该是BUG,tables的find (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=35017) |
-- 作者:gsnake -- 发布时间:2013/6/21 22:06:00 -- 应该是BUG,tables的find 第一列 南京市 北京市 foxtable 12345 Dim t As Table t=Tables("表A") msgbox(t.find("北京",0,0,False,False,False)) “北京”------------查得到! “fox”------------查得到 南京 1 或 12 或 123 或 1234 -----查得到 明白了--------只要字符串是从头开始的,都查得到,要是 查 “市” 或 “table” 或 “2345” 就找不到了!!!!! |
-- 作者:fjlclxj -- 发布时间:2013/6/21 23:02:00 -- http://www.foxtable.com/bbs/dispbbs.asp?BoardID=2&ID=33506&skin=0 |
-- 作者:e-png -- 发布时间:2013/6/22 20:19:00 -- 楼主要求的没有错, 这个StrFind 应该可以出现 *xx* 这种样式, 而不仅仅是这种 xx* 样式....... |
-- 作者:有点甜 -- 发布时间:2013/6/22 21:38:00 -- 那就用另一个啊: http://www.foxtable.com/help/topics/0553.htm
|
-- 作者:e-png -- 发布时间:2013/6/22 21:54:00 -- 呵呵,跟2楼不是一样嘛。.. |