ASP character replace

Note: i’m a PHP kid working on an ASP sight…no bueno.

That being said:

I have a string: this,that,theother,

I want to remove just the last comma.

Any suggestions?

I have to use ASP at work, hate it, and currently teaching myself php, love it.

here is the replace function we use around a DW variable hope it helps, should strip out the comma and add a space

<%=replace(rsContent.Fields.Item(“Content”).Value,","," ",1,1)%>