I need to seperate information but I can't use parse() to do it because the number of items is unknown. I'm getting information from nVault and I'm going to pass it directly into a dynamic array which is 24 characters in length (maxlen 23). They'll be seperated in nVault using the # symbols. So my question is how can I do this properly? because I'm stumped
Any help will be greatly appreciated.