Unmesh.Chandak Posted June 4, 2020 Posted June 4, 2020 Hi All, I am using the write step in my logic but i am unable to write a string in csv, how can i do that? it is unable to convert element reference to string below is the error. Thank you.
lstretton Posted June 5, 2020 Posted June 5, 2020 Hi, Your issue is that Input@STBR_01_54 is a reference to a Simio object. You want to write out the string name of the object. You should use Input@STBR_01_54.Name Regards, Lucas 1
Unmesh.Chandak Posted June 5, 2020 Author Posted June 5, 2020 Hi Lucas, Thank you so much, it worked. Regards, Unmesh
Recommended Posts