Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
problem in assigning value in a script
#3
Solved: 11 Years, 3 Months, 4 Weeks ago
Function SetSource
Hi,

Code:
Set WbEdit = Description.Create()
WbEdit("micclass").Value = "Link"
WbEdit("name").Value = "C"

Set AllWbEdit = Browser("micclass:=browser").Page("micclass:=Page").ChildObjects(WbEdit)
NumberOfEdits=AllWbEdit.Count
msgbox(NumberOfEdits)
For i=0 to (NumberOfEdits-1)
    if AllWbEdit(i).GetRoproperty("href")<>"javascript:Copy"("'nessusId','0','2'") " "  then
        AllWbEdit(i).Click
   End if
Next
End Function
I am getting syntax error, end of statement required.
Any help will be really appreciated
Regards;
vijay
Reply


Messages In This Thread
RE: problem in assigning value in a script - by vijay44 - 02-01-2010, 06:02 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Assigning object properties to a variable using dp nmakkena 1 3,958 04-18-2014, 06:46 AM
Last Post: kgovadav
  Microsoftoutlook 2003 Email from QTP Script waring box problem Uma 5 5,376 11-30-2011, 02:05 PM
Last Post: tirru

Forum Jump:


Users browsing this thread: 2 Guest(s)