Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
ASP General
Replace
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="John Smith, post: 4336548"] Hi, Just wanted to check that I'm doing things the right way.......... I need to create a string along the lines of "23,43,78,23" with no comma at the beginning or end of it. The data comes out of a table so i've created a loop to get the data and form the string : StrRecip = "," & objRS("number") & StrRecip This will give me something like : ",42,78,67,2,90" And then I've removed the leading comma : StrRecipRem = replace(StrRecip, ",", "", 1, 1) Is there actually a better way ? Thanks J. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
ASP General
Replace
Top