06.07.2014, 10:43
Actually i wanted to use an unknown number of multidimensional arrays, unfortunately my example was not very clear. The second part of your answer is exactly what i needed, thank you very much. Is there a way to determine the length of "\8\28hello\0world\0"? I want to count \0s to get \8\28 data and then explode the rest of the string. Or how would you fetch the multidimensional array?

