My looped output looks like this
Link 1, Link2 , link3 , link 4 .....and so on
I need a way to count the RS in either words or chars to cut it if needed in this manner:
Link1, Link2, Li .....
Have tied to measure the length with Len() but might a counter instead to sum the actual posts together and then replace those with a cutted string... or something like that
And the posts comes out of a loop so there is not possible to just take one RS("post") and
cut that one, I need the total length of string.
Any advices how to do that