decorative banner

Previous | Next               Table Of Contents > 1 Basic syntax > 1.11 Script termination

1.11 Script termination


A script will stop execution after the last command in the file is executed. The script can be terminated at any other execution point by calling the endscript command.

For example

if ftpresult ne success begin

endscript;

end


Previous | Next