D dmurley New member Joined Dec 11, 2017 Messages 37 Reaction score 0 Points 0 Location Hill country (near San Antonio Sep 6, 2019 #1 I am currently running some test routines and would like to send generated output to a file. Is it possible to do so? Thanks.
I am currently running some test routines and would like to send generated output to a file. Is it possible to do so? Thanks.
M martins Orbiter Founder Orbiter Founder Joined Mar 31, 2008 Messages 2,448 Reaction score 474 Points 83 Website orbit.medphys.ucl.ac.uk Sep 6, 2019 #2 dmurley said: I am currently running some test routines and would like to send generated output to a file. Is it possible to do so? Thanks. Click to expand... Lua supports file operations through the methods in the 'io' table. This is described in the Lua manual.
dmurley said: I am currently running some test routines and would like to send generated output to a file. Is it possible to do so? Thanks. Click to expand... Lua supports file operations through the methods in the 'io' table. This is described in the Lua manual.
B BEEP Addon Developer Addon Developer Joined Apr 5, 2008 Messages 153 Reaction score 16 Points 18 Sep 12, 2019 #3 File reading and writing There are several examples in my addons for your reference. Have fun!