All comments in LUA start with a --
When you are using the Output window to save the output of a script, you can automatically specify the type of file the Output window will save the script output as. It will set the File Type popup menu which adds the correct file type ending to the file name when you save.
To save as a plain text file use…
-- OutputFileType=Text
To save as a CSV text file use…
-- OutputFileType=CSV
To save as a XML text file use…
-- OutputFileType=XML

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.