Beyond FTP Feature Tour
Beyond FTP Script
Editor - Break Command
Back
to Feature Tour

A Break command terminates the While loop within which it
occurs. If the loops are nested, it terminates only the current loop that
includes the command. Any outer loops continue to function.
There is no command form associated with this command. It is simply inserted
directly into the script.
Example:
:break:
Back
to Feature Tour

|