creating a .txt file from post processor?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have been learning the JavaScript language behind all the .cps post files and have been able to make a lot of the modifications that I have wanted thus far, but haven't been able to figure this one out.
Is it possible to write a function inside the post that can create a .txt file filled with data from variables/arrays inside the post?
I have my post setup so that each new operation gets its own "N" sequence number with the operation comment. Then I created an "Array" inside my post which captures all these Sequenced Operation comments and builds them into a table, which gets posted out at the end of the program.
However I would rather the output of this array go into a .txt file that I can print out to go with the setup documentation of the job.