Purpose 
Displays output on the server console. 
This command is identical to Print, except that output is directed to the server console instead of the FirstClass client's output window. If you also want to write output to the server's log file, use Report. 
Syntax 
Console [PrintExpression1] [,|; PrintExpression2...] [,|;] 
For an explanation of this syntax, see Print. 
Examples 
Console "Welcome to my application" 
Console "Hello"; FCUserName 
Console "the value of 'i' is";i 
 |