Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Get rid of NL line feed, new line in string...

Status
Not open for further replies.

DrStern

Programmer
Mar 28, 2003
53
US
Hi there,
Does anybody has an idea of how to get rid, on a string, of the "new line" character.

I have tried #replace(mystring, char(10), " ", all)# and doesn't work.

Any suggestions?

Thanks,

Dr. Stern
 
I'm not sure about this, but I think I've used it before:

#replace(mystring, "#chr(13)##chr(10)#", " ", all)#



Hope This Helps!

Ecobb

"Alright Brain, you don't like me, and I don't like you. But lets just do this, and I can get back to killing you with beer." - Homer Simpson
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top