Home › Forums › Problems and solutions in GDL › GDL add-ons › Writing to a text file › Reply To: Writing to a text file
September 20, 2018 at 12:36
#4265
James Goode
Participant
I’ve had a go using that as a base but I can’t get my write code to work. Here it is;
ch1 = OPEN ("TEXT", "TEST123", "separator = ' ', MODE = WO")
string = "12345"
OUTPUT ch1, 1, 0, string