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.