I am writing a SPLIT function using the new lambda function to recursively pull items out of a text string, based on a delimiter.
The problem is that I need to keep a variable length list in memory of these items as I find them, ie a list that grows in length as I add items.