|
<< Click to Display Table of Contents >> Navigation: File functions and statements > Write # |
Description
Writes data to a sequential file.
Syntax
Write #filenumber, [outputlist]
The Write # statement syntax has these parts:
Part |
Type |
Description |
filenumber |
Integer |
Required. Any valid file number. |
outputlist |
Optional. One or more comma-delimited numeric expressions or string expressions to write to a file. |