From: | Robin Cloutman |
Date: | 31 May 2001 at 13:11:39 |
Subject: | Re: removing carriage returns? |
--- In arexx@y..., "sarkis simon" <sarkis_44@y...> wrote:
> Is there a function to remove them from a text file?
At work so can't check the ascii code, but -
line = STRIP(line,'T','0d'x)
- should work for each line (change the '0d'x to whatever the ascii
is if I got it wrong)
It's also an idea to remove the newline too ('0d0a'x)
Robin
ARexx mailing list - No flames, no overquoting, no crossposting.
Unsub: Blank mail to mailto:arexx-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/