Split function

0
How can I do a split function in mendix to split a string using comma.
asked
1 answers
4

You can use the StringSplit action in the Community Commons module in the Marketplace to do this. It will return the split string in a number of entities that you can then iterate in order.

https://docs.mendix.com/appstore/modules/community-commons-function-library/#49-stringutils

Hope this helps.

answered