vu0438@bingvaxu.cc.binghamton.edu (Gregg William Riedel) (10/14/90)
Scott,
The answer to the BASIC (runnable) to text question was in my
earlier post, but I'll repeat it. You were right, it's much simpler
than text -> basic.
OPEN 5,8,4,"0:filename,s,w"
CMD 5: LIST (the CMD command changes the default output from screen
to wherever you want (like CMD 4 sends to the printer...))
CLOSE5
It's that simple.
Gregg
consp24@bingsuns.pod.binghamton.edu