Skip to main content

Notifications

Microsoft Dynamics AX (Archived)

How to join a list of strings into a single string?

(0) ShareShare
ReportReport
Posted on by 87

List list = strSplit("split this string", " ");

str joined = ????;

I'd expect something like:

str joined = strJoin(list, "*"):

or

str joined = List::Join(list, "*");

or 

str joined = list.strJoin("*");

Any hints? I can't seem to find anything equivalent.

Thanks for any reply,

Dave Cline

*This post is locked for comments

  • DaveCline Profile Picture
    DaveCline 87 on at
    RE: How to join a list of strings into a single string?

    Bonus. I figured it was in there -- somewhere. Thanks for taking the time to educate me.

  • Verified answer
    Mea_ Profile Picture
    Mea_ 60,278 on at
    RE: How to join a list of strings into a single string?

    Hi DaveCline,

    str joined = strList2str(list);

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Vahid Ghafarpour – Community Spotlight

We are excited to recognize Vahid Ghafarpour as our February 2025 Community…

Congratulations to the January Top 10 leaders!

Check out the January community rock stars...

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,031 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 230,868 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans