| .WRITE # Statement QuickSCREENi |
|
  QuickSCREEN       Details       Example       Contents       Index |
| ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ |
| WRITE # - a file I/O statement that writes data to a sequential file |
|
| Syntax |
|   WRITE #filenumber[,expressionlist] |
|     ž filenumber is an integer used in an OPEN statement for the file. |
|       The file must be opened in OUTPUT or APPEND mode. |
|     ž expressionlist is one or more string or numeric expressions, |
|       separated by commas. |
|     ž If you omit expressionlist, a blank line is written to the file |
|
See Also  OPEN   PRINT # |
|
| Other Uses of the WRITE Keyword |
  WRITE statement - to send data to the screen |