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


Comment is Used to change the comment character, which
defaults to #. Comments cause the script compiler to ignore everything
following the comment character until the end of line is reached. Since all
generated script comments use the default character, we suggest you change
this setting ONLY if necessary.
While a global value, you can alter the comment character for one portion of
the script and return it to it’s default setting for another.
Example:
:Comment: $ # comment character
now $
Back
to Feature Tour

|