ad esempio se voglio creare un file di tipo txt


codice:
Open "c:\pippo.txt" For Input As #1
Print #1, "pippo"
Print #1, "pluto"
Print #1, "topo"
Print #1, "minni"
Close #1