LOTUSSCRIPT LANGUAGE
Prints data to a sequential text file.
Syntax
Print #fileNumber , [ exprList ]
Elements
fileNumber
Use Print # only on files opened in Output or Append mode. Unlike the Write # statement, the Print # statement does not separate the printed data items with formatting characters such as commas and quotation marks.
Use the Spc and Tab functions to insert spaces and tabs between data items.
If you set a width for the file using the Width statement, then the following occurs:
The preceding statements about the effect of the Width statement apply for a width of 0, as well as any positive width.
The following table shows how the Print # statement handles data items specified in exprList.