请问,在代码上如何编写呢?采用哪个查找函数呢?
在此先谢了~~~作者: chenzhirong2008 时间: 2009-12-24 22:22
INSTR(1,"FDG15ETY12","15E",vbTextCompare)作者: chaojianan 时间: 2009-12-26 10:32 http://ryan888.5d6d.com/thread-16240-1-1.html作者: xryacc2 时间: 2009-12-26 19:42
dim istrue as boolean,abc as string
abc="FDG15ETY12"
if abc like "*15E*" then
istrue=true
else
istrue=false
end if