Reply To: Write text file to embedded library

Home Forums Problems and solutions in GDL GDL add-ons Write text file to embedded library Reply To: Write text file to embedded library

#4292
Péter Baksa
Keymaster

Hello,

yes it is possible, with limitations:
– new files can’t be created
– writing is only possible after version 17
– after version 18 writing is only possible from the UI, Parameter or Property scripts

channel = OPEN ("TEXT", "data.txt", "SEPARATOR = ' ', MODE = WO, LIBRARY")
OUTPUT channel, row, column, value
close channel

Péter Baksa
Library Platform, Software Engineer
GRAPHISOFT SE