◄Syntax► ◄Details► ◄Example► ◄Contents► ◄Index► ◄Back► ────────────────────────────────────────────────────────────────────────────── WRITE #filenumber%[,expressionlist] ■ filenumber% The number used in an OPEN statement to open the file that will contain the data being written. The file must be opened in output or append mode. ■ expressionlist One or more string or numeric expressions separated by commas. If expressionlist is omitted, a blank line is written to the file. See Also ◄OPEN (File I/O)► ◄PRINT #► ◄WRITE Statement►