Exit |
Top Previous Next |
The following commands have been implemented in EMUEScript exactly as they are implemented in OLIE™:
Syntax - Exit
Description: When this command is used to stop processing of the script, will close open files and the HLLAPI session. All scripts should have at least one Exit command. If there is no Exit command files have the potential to remain open. The Exit command can be used more than once in a script, i.e. one to handle critical errors and one once script has completed successfully.
Sample: The following statement uses the Exit command to exit script and close all files . Exit
|