[thelist] two few CF formatting function ?'s

jon steele jjsteele22 at yahoo.com
Sun Mar 31 10:58:01 CST 2002


> In modern applications, there really is no "CR" that I've been able to
> determine, at least most of the time; it's always the combination,
> "CRLF". Stripping both the ASCII 10 and ASCII 13 characters is the only
> way to be thorough.

It's CRLF?!? All this time I have been using LFCR in my replaces...

Replace(Chr(10)&Chr(13),"<p>",textFromTextArea,"all")

So I should be using Chr(13)&Chr(10)?

__________________________________________________
Do You Yahoo!?
Yahoo! Greetings - send holiday greetings for Easter, Passover
http://greetings.yahoo.com/



More information about the thelist mailing list