ashok_natar
11 years agoOccasional Contributor
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...
- 11 years agoAshok,
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);