content and re-formatting, etc. I'm use a CF script to do this.
I'm not entirely certain, but I think the double-space UNIX-style lines (as
per Homesite prompt when I open them) are screwing up the character
position calculations I'm doing to extract content. What's the quickest way
of converting all these to the usual Win(?) #Chr(13)##Chr(10)#?
I'm currently trying:
<cfset oldContent = REReplace(oldContent, Chr(13)&Chr(13)&Chr(10),
Chr(13)&Chr(10), "ALL")>
to no avail (I found a reference on the net to UNIX double-spaced lines
being 0D0D0A). I'm searching and searching, but can anyone here help out
with a quick 'n' easy method?
Gyrus
[EMAIL PROTECTED]
http://norlonto.net/gyrus/dev/
PGP key available
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

