Question Output to file?

martins

Orbiter Founder
Orbiter Founder
Joined
Mar 31, 2008
Messages
2,448
Reaction score
462
Points
83
Website
orbit.medphys.ucl.ac.uk
I am currently running some test routines and would like to send generated output to a file. Is it possible to do so? Thanks.

Lua supports file operations through the methods in the 'io' table. This is described in the Lua manual.
 

BEEP

Addon Developer
Addon Developer
Joined
Apr 5, 2008
Messages
153
Reaction score
15
Points
18
File reading and writing

There are several examples in my addons for your reference.
Have fun!
 
Top