![]() |
Forum Index : Microcontroller and PC projects : MMB4W: Write to Output File Oddness
Author | Message | ||||
vegipete![]() Guru ![]() Joined: 29/01/2013 Location: CanadaPosts: 1132 |
The following writes nothing to the output file: option console serial Dim fname$ = "testfile.txt" open fname$ for output as #2 print #2, 123 print #2, 456 print #2, "ABCD" close #2 end If the first line, option console serial, is commented out, it writes the expected text to the output file. Is this behaviour correct? I haven't tested this on any other platforms. Visit Vegipete's *Mite Library for cool programs. |
||||
![]() |
![]() |
The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |