Forum Discussion

ashok_natar's avatar
ashok_natar
Occasional Contributor
11 years ago
Solved

Convert String to Objects

Hi All,  We are working on the application, where the Objects are unstable hence decided to get the Objects from xml and use it.  The issue is here! i am able to retrieved the node value...
  • mtsmith's avatar
    11 years ago
    Ashok,



    It's not clear from the snipped what Obj_Customer contains after the following statement:



    var Obj_Customer=aqConvert["VarToStr"](Utility["doGetxmlvaluebyNode"](filepath_Setup,"Data_Article_Number"))



    If it includes a TestComplete full name, try Obj_Customer = eval(Obj_Customer);