Forum Discussion
- tristaanogreEsteemed Contributor
What kind of file is it and what code are you using to open the file? The answer depends a bit on these details.
The reason I say this is because there is a method in aqFile called OpenTextFile which will open a text file for reading, writing, or both. If it's opened to write, you then have a method off the subsequent object (aqTextFile) called WriteLine which does exactly what you're asking.