Using umbraco.library:Replace with Repeatable Custom Content
So I have used the Repeatable Custom Content dataType. I want to be able to list out the data in a comma delimited list.. but not have a comma at the very end. Below is my current script:
However this gives me a result that looks like this: Item #1Item #2Item #3
But what I want it to look like is: Item #1, Item #2, Item #3
Usually when I write out umbraco.library:Replace like this is works just fine, but I'm not sure what I can do to accomodate the Repeatable Custom Content data.
Using umbraco.library:Replace with Repeatable Custom Content
So I have used the Repeatable Custom Content dataType. I want to be able to list out the data in a comma delimited list.. but not have a comma at the very end. Below is my current script:
However this gives me a result that looks like this:
Item #1Item #2Item #3
But what I want it to look like is:
Item #1, Item #2, Item #3
Usually when I write out umbraco.library:Replace like this is works just fine, but I'm not sure what I can do to accomodate the Repeatable Custom Content data.
any thoughts??
Solved it myself:
Boom...
is working on a reply...