QBASIC - Statements - WRITE gox.gif (837 bytes)PRINT
gox.gif (837 bytes)INPUT

WRITE is used for output to sequential files

OPEN "test.txt" FOR OUTPUT AS #1
WRITE #1, "Fornavn, Efternavn", "Adresse"
File:
"fornavn, efternavn","adresse"