09-17-2015, 08:27 PM
I'm getting a General run error while executing the following script:
Please help to resolve this.
Code:
Set objtab=description.create
Objtab(“MicClass”).value=”WebTable”
Set a=Browser("name:= ").Page("title:= ”).childobjects(objtab)
Msgbox a.count
For i=0 to a.count-1
B=a(i).tostring
Print b
next
Please help to resolve this.