Forum unknown
· Software
Online!
5 messages in this thread
Anybody using "ONLINE!" have any suggestions as to how to prepare a text file
OFFLINE and then upload it either to this sig or Email?
Nothing I try seems to work well (ED, NotePad). I wrote a quick 'n dirty in
AmigaBasic to do this but everything gets delimited by quotemarks.
Help! CompuServe bills are piling up!
The procedure would be to load the capture buffer Capture – Archive – Get and
transmit it. You might need line and/or character delays. A prompt string is
also available. If this is what you are doing what went wrong?
I believe that you also need to change the "From-capture" translate table to
change LFs into CRs (change the byte at 0A into a 0D). This way, the ED files
with only LFs will input correctly into the SIG or FILGE editor.
–Wayne
I believe that you also need to change the "From-capture" translate table to
change LFs into CRs (change the byte at 0A into a 0D). This way, the ED files
with only LFs will input correctly into the SIG or FILGE editor.
–Wayne
The procedure would be to load the capture buffer Capture – Archive – Get and
transmit it. You might need line and/or character delays. A prompt string is
also available. If this is what you are doing what went wrong?