Programmer's Guide > Interfaces > Application interface > print method
  
print method
Outputs a string to the message window. If the user interface is not open on Windows, the message is discarded. In Arbortext Publishing Engine on Windows, the message is sent to the trace window if it is open, otherwise it is discarded.
print( [str] )
Parameters
Stringstr
[optional] Specifies the string to print. A line break is not added. Newline characters in the string will cause line breaks. If the parameter is omitted or null, a line break is output.
This method can not be used from Visual Basic since print is a reserved word in Visual Basic and can't be used as a method name on any object.
Returns
void