Execute Function and What Protected Environment Means
Keywords: execute
Question:
The documentation for the Execute command states that it executes a statement "in a protected environment". What does that mean?Answer:
Basically it means no matter what happens, after a warning dialog box, the script will continue. Even on otherwise fatal errors.Without the execute command, otherwise fatal errors will terminate the script.
Article ID: W13057Filename: Execute Function.txt