I am planning on rewriting one of my tools from using ini-files to using a database, and I want to add some features.
I searched this and other forums about my following questions and read the help file, but I just found out what wouldn't work, not what I could do to get my problem solved =(
So, I can add an array[2] into the "slots" of another array[n]:
How can I get this solved? I always have different amounts of "array2"s and want to get a 2D array storing the number of elements in [0][0].
Thanks in advance, just post me some hints and I think I can figure this out myself...
I searched this and other forums about my following questions and read the help file, but I just found out what wouldn't work, not what I could do to get my problem solved =(
So, I can add an array[2] into the "slots" of another array[n]:
[ autoit ]
...but I can't access the stored arrays directly.How can I get this solved? I always have different amounts of "array2"s and want to get a 2D array storing the number of elements in [0][0].
Thanks in advance, just post me some hints and I think I can figure this out myself...