Ver_item=Browser("**").Page("**").WebList("**").GetROProperty ("all items")
myarray=split(ver_item,";",-1,1)
For i=0 to ver_count-2
msgbox myarray(i)
Next作者: helius 时间: 2008-11-14 09:13
ver_count-1
there is a space in my test作者: bagwell333 时间: 2008-11-14 09:18
直接建立一个check point就行。作者: achang21 时间: 2008-11-14 09:35
非常感激楼上二位的解答!我试试看
请教个问题
myarray=split(ver_item,";",-1,1)
For i=0 to ver_count-2
msgbox myarray(i)
Next
关于这个语句,我想把myarry(i)同我自己定义的字符串进行比较,因此我设为
if myarray(i) = "test" then ...
检查语法并没有错误,但是回放时说明类型不正确,应该怎么转换?谢谢