51Testing软件测试论坛
标题:
求助:使用函数 Matches的问题!
[打印本页]
作者:
coolmaomao
时间:
2005-6-20 18:34
标题:
求助:使用函数 Matches的问题!
我在脚本中加入一段程序,如下:
Dim regEx, Matches
Set regEx = New RegExp
regEx.Pattern = "is (.+) and BBB is (.+)"
Set Matches = regEx.Execute(pageInitRegComp.WebTable("Successful Registration ").GetCellData(1, 1))
DataTable("AAA_out", dtGlobalSheet) = Matches(0).SubMatches(0)
DataTable("BBB_out", dtGlobalSheet) = Matches(0).SubMatches(1)
为什么:
在DataTable("AAA_out", dtGlobalSheet) = Matches(0).SubMatches(0)这一行报错说
“无效的调用过程或参数”
难道调用Matches函数还要在脚本前面include什么的吗?
先谢了!
作者:
coolmaomao
时间:
2005-6-21 18:04
呵呵,原来是我在add in manager中没有加入Visual basic,虽然没有人回答我,我还是写在这里吧,算是给大家的一个经验教训罗!
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2