Previous Topic

Next Topic

Print statement

This outputs the value of expression to the output stream. Typically the output goes to the script output window but (depending on the context) can go elsewhere. For example, in a File Transfer export, the expression is output to the export file; in electronic banking it is output to the exported banking file. If no expression is provided, the line expression is output.

Note: Print statements in scripts called from an event or the PlayScript endpoint via the Web Service are not returned but may be logged using User logging. User logging may be enabled in Web Service Monitor > Settings > Logging tab, and viewed under Web Service Log File Viewer.

Syntax

Print [expression]

See Also

MaxBasic Statements

Book Contents

Book Index