Write # - Statement

  1. Write #filenumber [,parameterlist ]

Writes and formats data to a sequential file that must be opened in output or append mode. 

A comma delimited list of the supplied parameters is written to the indicated file. If no parameters are present, the newline character is all that is written to the file.

Related Topics:

Open and Print # Statement

More:

Example - Write # Statement