Writing to text file in embedded library issue Home › Forums › Problems and solutions in GDL › GDL add-ons › Writing to text file in embedded library issue Search for: This topic has 0 replies, 1 voice, and was last updated 5 years, 10 months ago by James Goode. Viewing 0 reply threads Author Posts January 10, 2019 at 13:28 #4438 James GoodeParticipant Hello, I am trying to write text to a file in the embedded library, however I am running into an issue where the text isn’t sticking to the text file. It seems to go blank if I don’t have the object selected. chOUT=OPEN ("TEXT", "filelog.txt", "MODE=WO, LIBRARY") OUTPUT chOUT, 1, 1, t1s close chOUT This is my output text in the parameter script of the write object. It’s all I have in the object. Author Posts Viewing 0 reply threads The forum ‘GDL add-ons’ is closed to new topics and replies.