Hi Guys.
I want to create files that can be read directly as EXCEL files from a BASIC program running under DOS.
What I do right now , for example, is as follows:
1000 OPEN "O",1,A$ + ".RYD"
1005 WRITE #1, "X", "Y", "Z"
1010 WRITE #1, P, Q...