CompuServe Thread

Forum unknown · Software

Online!

5 messages in this thread
#4446From: john samuelsJan 6, 1986 8:34 PM
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!
#4448From: Micro-Systems SoftwareJan 6, 1986 9:48 PM
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?
#4484From: Wayne DavisonJan 7, 1986 1:22 AM
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
#4484From: Wayne DavisonJan 7, 1986 1:22 AM
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
#4448From: Micro-Systems SoftwareJan 6, 1986 9:48 PM
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?