Removing CRLF from text
Sarah Reichelt
sarah.reichelt at gmail.com
Thu Aug 7 00:25:22 EDT 2008
On Thu, Aug 7, 2008 at 1:34 PM, mfstuart <mfstuart at cox.net> wrote:
>
> Hi Sarah,
> Thanx for your reply.
> I have tried your suggestion and it still doesn't make the separated lines
> into one entry per line.
> I also tried Jacqueline's suggestion and nada, zilch, nichte.
> I've looked at the ini (text) file with a Hex Editor and the values are:
> +=2b, CR=0d, LF=0a.
> Not sure how to replace using the hex value as the value to replace.
>
> I've even tried using:
> replace "+" & numtoChar(10) & numtoChar(13) with "" in tData
> This all will not put all separated lines into one line.
Are there any spaces or invisible characters that might be separating
the 3 specified characters?
Sarah
More information about the use-livecode
mailing list