• Special XML characters in the delimited string can easily make it fail, even a single & or < will prevent this function working. You would probably have to put something in the function to escape the special characters before storing them as XML, then unescape them after they have been selected from the XML.

    Sooner or later a user will put a special character in a field, they always do! :hehe: