How would you go about getting one list from a message of comma delineated lists without rebanging the message everytime? It seems like it should be a simple task, but I can not find a solution. A list split for lists so I can just get which ever list I need, when I need it. Best I have come up with is dynamically creating arrays for each list, but I have yet to get that to actually work, not that I have not really tried very hard yet, it just seems like an overly complex solution. Working with vanilla.
Thanks.