5 lines
92 B
Text
5 lines
92 B
Text
' FB 1.05.0 Win64
|
|
|
|
Open "output.txt" For Output As #1
|
|
Print #1, "This is a string"
|
|
Close #1
|