PRINT# Statement in qbasic The PRINT# statement is used to store one or more data items to the specified file using either OUTPUT or APPEND mode. Syntax: PRINT # file number, data 1, data 2 Eg: WRITE #1, n$, roll Share : Twitter