Well, I've been lurking here for a couple of weeks now. Guess it's finally time to post. 
I was looking through the ASH reference, and I didn't see this feature, but I'm not sure how up-to-date the reference is.
What I'd like to be able to do is convert a string to a + delimited list. Basically, Convert:
to
This may already be built in, but I doubt it. Figured I'd ask before I started writing the function.

I was looking through the ASH reference, and I didn't see this feature, but I'm not sure how up-to-date the reference is.
What I'd like to be able to do is convert a string to a + delimited list. Basically, Convert:
Code:
The quick brown fox jumped
to
Code:
The+quick+brown+fox+jumped
This may already be built in, but I doubt it. Figured I'd ask before I started writing the function.