ParseScriptOnLoad |
Top Previous Next |
Valid for: SetStartup
Syntax - SetStartup ParseScriptOnLoad {"Yes" | "No"}
Description: This option is used to determine if EMUE is to perform a parse on the script file when the script is loaded and display all parsing error messages when a critical error is detected. This option sets the Parse Script On Load checkbox on the Misc. tab of the EMUE Tools - Current Settings - Option Settings dialog.
Note: If this option is valued with a “No”, then parsing will only be performed when requested by the clicking on the Parse button or by clicking on the Parse Results tab found on the Debug/Edit tab in the EMUE main window. Note: If the script is configured to send error e-mails and there is a parsing error, the error e-mail will be sent, but there will be no files attached to the e-mail. If the script is run automatically and ParseScriptOnLoad is set to Yes, error e-mails, if configured, will be sent immediately and the script will not run.
Sample: The following statement instructs EMUE to parse the script file when it is loaded. SetStartup ParseScriptOnLoad "Yes"
|