Text File Problem
14-Nov-92 09:42:20
Sb: #77540-Text File Problem
Fm: Christopher Tolmie 73657,3335
To: Eric Hetzel 71161,570
Eric,
If you'd like to add the carriage returns yourself, you'll find a
simple CLI program in the LIBS called Strip. It is very useful in that it
works both ways. It will ADD or STRIP, though its name kinda implies a
singular purpose. Here's its CLI template.
Usage is as follows:
STRIP <input file> <output file> <R or A or S>
where 'r' is remove C/Rs (AMIGA format)
'a' is to add C/Rs (IBM format)
's' is to strip leading spaces
STRIP.ZOO By: Brett Lathrope can be found in LIB 7 of AmigaUser.
A couple tips on its use. The ouput file name is a bit sensitive and I've
found it best to use a completely different name, rather than just adding
a number or a couple extra characters. Copy the file to be 'stripped'
first to the ram disk and CD to ram before you begin.
Hope this helps,
Chris