◄Summary► ◄Details► ◄Example► ◄Contents► ◄Index► ◄Back► ────────────────────────────────────────────────────────────────────────────── Writes data to the screen or a sequential file. WRITE #filenumber% [,expressionlist] ■ filenumber% Number of an open sequential file; if omitted, WRITE writes to the screen ■ expressionlist One or more variables or expressions, separated by commas, whose values are written to the screen or file See Also ◄Device I/O Commands► ◄File I/O Commands► ◄PRINT # Statement► ◄WRITE Statement►