Hi,
I need to resolve this problem: I need to create string array that contains another string array. For example, it can be like this:
[products] => [name][version]
so products[5][0] gives you a name of the 6th product and products[5][1] gives you a text version of the 6th product.
Maybe it's simple, but my "experiences" failed. :icon_rolleyes: