Hi all

I have added a new functoid to my functoid library.

This functoid will take a string, that is separated by some character as input and
split it up into the substrings it is, given the separator. It will then return the
substring given by a third parameter.

So for instance, given these three inputs:

  1. Jan,Eliasen,BizTalk
  2. ,
  3. 1

You would get “Eliasen” as output.

You can download my functoid library at http://www.eliasen.eu/DownloadSoftware.aspx and
here you can also find updated documentation describing this new functoid.



eliasen