Difference between revisions of "DisplayOutputWindow"
From Moving Light Assistant
(Created page with "All comment in LUA start with a <code>--</code><br> If you wish the output window for a script to be displayed then include in the script the line…<br> :<code>-- DisplayOutp...") |
|||
Line 1: | Line 1: | ||
− | All | + | All comments in LUA start with a <code>--</code><br> |
If you wish the output window for a script to be displayed then include in the script the line…<br> | If you wish the output window for a script to be displayed then include in the script the line…<br> | ||
:<code>-- DisplayOutputWindow=True</code> | :<code>-- DisplayOutputWindow=True</code> | ||
Otherwise do not include the line above in the script, or explicitly declare you do not want the output window with…<br> | Otherwise do not include the line above in the script, or explicitly declare you do not want the output window with…<br> | ||
:<code>-- DisplayOutputWindow=False</code> | :<code>-- DisplayOutputWindow=False</code> |
Latest revision as of 23:23, 7 June 2014
All comments in LUA start with a --
If you wish the output window for a script to be displayed then include in the script the line…
-- DisplayOutputWindow=True
Otherwise do not include the line above in the script, or explicitly declare you do not want the output window with…
-- DisplayOutputWindow=False