Re: Windows editors question

new topic     » goto parent     » topic index » view thread      » older message » newer message

On 11 Oct 2001, at 9:55, Sabal.Mike at notations.com wrote:

> 
> Does anybody have a Windows editor (Euphoria preferred, but not required) that
> will take a non-linefeed-delimited input text file (Wordpad displays it as a
> straight line going across the screen) and change the record delimiter to a
> linefeed so I can actually view my data file down the page?
> 
> I tried doing a find/replace, but Windows doesn't like using control
> characters
> in the replace box.  

Load the whole file in, and do something like?:

while match(":",title) do title = title[1..match(":",title)-1] &" "& 
title[match(":",title)+1..length(title)] end while

Kat

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu