What is the error QTP is throwing? What is strObjectName? Can you show how you're using this function? I would like to know what "nTitle" is in the function call. Is it an object reference?
On Sep 15, 6:55 am, johnthenu <[email protected]> wrote: > Public Sub retriveNodeValue(strClmName, strObjectName) > DataTable.Value (strClmName, dtGlobalSheet) = > strObjectName&.NodeValue > If Err.Number <> 0 Then > DataTable.Value(strClmName, dtGlobalSheet) = > Err.Description > End If > End Sub > ''' > > Call retriveNodeValue ("Title", nTitle) > '''' > > Hi Folks, > > I am trying to use the above code and qtp is throwing an syntax error, > i am not sure at to what is the error.... > > Any help will be very much appreciated... > > Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google "QTP - HP Quick Test Professional - Automated Software Testing" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/MercuryQTP?hl=en -~----------~----~----~----~------~----~------~--~---
