Table of Contents

PRINT#

VIC-20 C16 Plus/4 C64 C128 M65

The PRINT# command outputs one or more values to a previously opened file. Use the OPEN statement to open the file first.

Syntax

PRINT #<logical_file_no>, <expression> [,|; <expression>] ... [;]

Warning

File I/O commands are not implemented for the Commodore PET.

Example

See INPUT# for an example.

See also