◄Syntax► ◄Details► ◄Example► ◄Contents► ◄Index► ◄Back► ────────────────────────────────────────────────────────────────────────────── PRINT #filenumber%, [USING formatstring$;] expressionlist[{,|;}] ■ filenumber% The number used to open the sequential file. ■ expressionlist Numeric or string expressions to be written to the file. ■ formatstring$ Specifies the exact format in which values are written to the file. See Details for the meaning of characters in formatstring. See Also ◄OPEN (File I/O)► ◄WRITE #►