Hi Ron,
TS-DOS and Teeny can do it because they are assembly programs, not BASIC
programs. From BASIC, you can only open .DO (ASCII Text) files.
Ken
On 4/6/17 1:09 PM, Ron Lauzon wrote:
Can anyone point me to information about how to open a .ba file for writing?
My latest project is rather successful, but when I try to
open "file.ba" for output as #1
I get an error. Based on the research I've done so far, writing to a
.ba file is not something that they want you to do, but I know it can
be done (because TS-DOS and Teeny can do it).