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
nextPlease help to resolve this.

