Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remove Carriage returns and line feeds from a string
Message
 
To
02/02/2005 10:26:51
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
00983043
Message ID:
00983060
Views:
17
Not sure if Replace takes three args.

Try this: lccleanstr = rows.item(0).ToString().Replace(chr(13) & chr(10),"")

I use C# so pardon me if syntax is not invalid but you get the idea.


>Thanks,
>that worked although I had tried
>lccleanstr = replace(rows.item(0),chr(13) & chr(10),"")
>and that didnt work..
>
>Thanks again
>
>Paul
- Jayesh
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform