decorative banner

Previous | Next               Table Of Contents > 1 Basic syntax > 1.3 Predefined Status flags and constants

1.3 Predefined Status flags and constants


The ftpresult predefined status flag contains the result of commands that begin with the phrase ftp. It is set to the predefined constant success if the command completed successfully.

The mailresult predefined status flag contains the result of commands that begin with mail. It is set to the predefined constant success if the command completed successfully.

The fileresult predefined status flag contains the result of commands that begin with file. It is set to the predefined constant success if the command completed successfully.

Other predefined constants are true and false that denote the corresponding conditions.


Previous | Next