Thanks, Shawn..
I've tried your advice and it worked..
Thanks again

Christ
  ----- Original Message ----- 
  From: Shawn K. Hall 
  To: [EMAIL PROTECTED] 
  Sent: Saturday, August 28, 2004 1:33 PM
  Subject: RE: [ASP] Probleim in Text Area Input Form


  Hi,

  > Sometime user press "enter" while he fills the text area.
  > And this will be written as new line(s) in the text file .
  > My question is: How to join this line(s) back into 1 line
  > ...
  >  String = Replace(String, "" & vbCr & "", " ")

  A carriage return on a windows system is actually a combination of
  Carriage Return and Line Feed. The VBS constant for this is vbCrLf.
  Try replacing the vbCr from your code with vbCrLf and see how that
  works for you.

  Regards,

  Shawn K. Hall
  http://ReliableAnswers.com/

  '// ========================================================
      We fear things in proportion to our ignorance of them.
        -- Livy




[Non-text portions of this message have been removed]



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/17folB/TM
--------------------------------------------------------------------~-> 

---------------------------------------------------------------------    
 Home       : http://groups.yahoo.com/group/active-server-pages
---------------------------------------------------------------------
 Post       : [EMAIL PROTECTED]
 Subscribe  : [EMAIL PROTECTED]
 Unsubscribe: [EMAIL PROTECTED]
--------------------------------------------------------------------- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/active-server-pages/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to