Advertising banner:

History
 
 Report
Home • Help • A0 • Customization Tools • FCAS • Language Reference • Report
 
Report (BASIC command)
Purpose
Writes output to the server's log file.
This command is identical to Print, except that output is directed to the log file and server console instead of the FirstClass client's output window.
If you just want to display output on the server console, use Console.
Syntax
Report [PrintExpression1] [,|; PrintExpression2...] [,|;]
For an explanation of this syntax, see Print.
Example
Report "Application began at:"; Now