SV: [thelist] Textarea, hard returns, ASP, and CDOSYS

Christopher Mahan chris_mahan at yahoo.com
Wed Oct 22 17:33:13 CDT 2003


> >Does anybody here know the best way to get hard returns entered
> into a
> text field to translate into vbCrLf's in an ASP script?

newstring=replace(oldstring, vbnewline, "<br />")

vbnewline is the system default for chr(13) chr(10) of combinations thereof.

=====
Christopher Mahan
chris_mahan at yahoo.com
818.943.1850 cell
http://www.christophermahan.com/

__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com


More information about the thelist mailing list