<div dir="ltr">Hello,<br><br>I need to rewrite the way I split data today, after I found out that the specs and the reality of the content are different things.<br>At the moment I'm using a dynamic array of single dimension to store each element of a list, however the actual data can arrive as a list inside a list.<br>

Can I use dynamic array that is defined like so:<br><br>Array of String <br><br>As Multi-dimension array, and if I can' how can I figure out how much dimension it has ?<br><br>If not, is there a non balanced tree class that I can use instead to store information instead ?<br>

<br>Thanks,<br>Ido<br>
</div>