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

Viewing 0 reply threads
  • Author
    Posts
    • #4438
      James Goode
      Participant

      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.

Viewing 0 reply threads
  • The forum ‘GDL add-ons’ is closed to new topics and replies.